Html Css Color HEX #CB6C71 Froly

📋 copy color: '#CB6C71'

red 203 ◦ green 108 ◦ blue 113

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

Shades of Froly #CB6C71

Tints of Froly #CB6C71

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.47%

 BLUE value IS 113 (44.53% from 255) = 26.65%

R = 47.88%
G = 25.47%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB6C71 (or 0xCB6C71) is known color: Froly. HEX triplet: CB, 6C and 71. RGB value is (203,108,113). Sum of RGB (Red+Green+Blue) = 203+108+113=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 108 (42.58% from 255 or 25.47% from 424); Blue value is 113 (44.53% from 255 or 26.65% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6C71 is #34938E. Grayscale: #898989. Windows color (decimal): -3445647 or 7433419. OLE color: 7433419.

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

Color convert

RGB 203 108 113 -
CMYK 0 0.47 0.44 0.20
HSL 356.84º 0.48% 0.61% -
HSV(B) 356.84º 0.47% 0.8% -
XYZ 32.97 24.61 18.64 -
YUV 136.98 114.47 175.09 -
System Red Green Blue C M Y K H S L
Decimal 203 108 113 0 0.47 0.44 0.20 356.84 0.48 0.61
Hex CB 6C 71 0 2F 2C 14 165 30 3D
Octal 313 154 161 0 57 54 24 545 60 75
Binary 11001011 1101100 1110001 0 101111 101100 10100 101100101 110000 111101

Color Harmonies of #CB6C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6C71

Black with #CB6C71

Text Example


Text Example

White with #CB6C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6C71; }

 p { color: rgb(203,108,113); }

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

background-color css

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

 a { background-color: rgb(203,108,113); }

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

border-color css

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

 span { border-color: rgb(203,108,113); }

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