Html Css Color HEX #CB6F76 Froly

📋 copy color: '#CB6F76'

red 203 ◦ green 111 ◦ blue 118

#CB6F76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Froly #CB6F76

Tints of Froly #CB6F76

RGB

 RED value IS 203 (79.69% from 255) = 46.99%

 GREEN value IS 111 (43.75% from 255) = 25.69%

 BLUE value IS 118 (46.48% from 255) = 27.31%

R = 46.99%
G = 25.69%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CB6F76 (or 0xCB6F76) is known color: Froly. HEX triplet: CB, 6F and 76. RGB value is (203,111,118). Sum of RGB (Red+Green+Blue) = 203+111+118=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6F76 is #349089. Grayscale: #8B8B8B. Windows color (decimal): -3444874 or 7761867. OLE color: 7761867.

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

Color convert

RGB 203 111 118 -
CMYK 0 0.45 0.42 0.20
HSL 355.43º 0.47% 0.62% -
HSV(B) 355.43º 0.45% 0.8% -
XYZ 33.58 25.37 20.27 -
YUV 139.31 115.98 173.43 -
System Red Green Blue C M Y K H S L
Decimal 203 111 118 0 0.45 0.42 0.20 355.43 0.47 0.62
Hex CB 6F 76 0 2D 2A 14 163 2F 3E
Octal 313 157 166 0 55 52 24 543 57 76
Binary 11001011 1101111 1110110 0 101101 101010 10100 101100011 101111 111110

Color Harmonies of #CB6F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6F76

Black with #CB6F76

Text Example


Text Example

White with #CB6F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6F76; }

 p { color: rgb(203,111,118); }

 H1.HeaderClassName
 {
   color: #CB6F76;
 }
 .AnyTagClassName
 {
   color: #CB6F76;
 }
</style>

background-color css

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

 a { background-color: rgb(203,111,118); }

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

border-color css

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

 span { border-color: rgb(203,111,118); }

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