#CB6A6B

Color #CB6A6B Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #CB6A6B

Tints of Froly #CB6A6B

Color information

#CB6A6B (or 0xCB6A6B) is unknown color: approx Froly. HEX triplet: CB, 6A and 6B. RGB value is (203,106,107). Sum of RGB (Red+Green+Blue) = 203+106+107=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6A6B is #349594. Grayscale: #878787. Windows color (decimal): -3446165 or 7039691. OLE color: 7039691.

HSL color Cylindrical-coordinate representation of color #CB6A6B: hue angle of 359.38º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB6A6B is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB203106107-
CMYK00.480.470.20
HSL359.38º48.26%60.59%-
HSV(B)359.38º47.78%79.61%-
XYZ32.4424.0716.85-
YUV135.12112.14176.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 48.80%
GREEN value IS 106 (41.80% from 255) = 25.48%
BLUE value IS 107 (42.19% from 255) = 25.72%
R=48.80%
G=25.48%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310610700.480.470.20359.3848.2660.59
HexCB6A6B0302F14167303d
Octal31315215306057245476075
Binary1100101111010101101011011000010111110100101100111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6A6B; }

 p { color: rgb(203,106,107); }

 H1.HeaderClassName
 {
   color: #CB6A6B;
 }
 .AnyTagClassName
 {
   color: #CB6A6B;
 }
</style>
background-color css

<style>
 a { background-color: #CB6A6B; }

 a { background-color: rgb(203,106,107); }

 div.DivClassName
 {
   background-color: #CB6A6B;
 }
 .BgClassName
 {
   background-color: #CB6A6B;
 }
</style>
border-color css

<style>
 span { border-color: #CB6A6B; }

 span { border-color: rgb(203,106,107); }

 td.TdClassName
 {
   border-color: #CB6A6B;
 }
 .TagClassName
 {
   border-color: #CB6A6B;
 }
</style>