Html Css Color HEX #CB6C73 Froly

📋 copy color: '#CB6C73'

red 203 ◦ green 108 ◦ blue 115

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

Shades of Froly #CB6C73

Tints of Froly #CB6C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27%

R = 47.65%
G = 25.35%
B = 27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CB6C73 (or 0xCB6C73) is known color: Froly. HEX triplet: CB, 6C and 73. RGB value is (203,108,115). Sum of RGB (Red+Green+Blue) = 203+108+115=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 115 (45.31% from 255 or 27.00% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6C73 is #34938C. Grayscale: #898989. Windows color (decimal): -3445645 or 7564491. OLE color: 7564491.

HSL color Cylindrical-coordinate representation of color #CB6C73: hue angle of 355.58º 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 #CB6C73 is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 108 115 -
CMYK 0 0.47 0.43 0.20
HSL 355.58º 0.48% 0.61% -
HSV(B) 355.58º 0.47% 0.8% -
XYZ 33.09 24.66 19.24 -
YUV 137.2 115.47 174.93 -
System Red Green Blue C M Y K H S L
Decimal 203 108 115 0 0.47 0.43 0.20 355.58 0.48 0.61
Hex CB 6C 73 0 2F 2B 14 164 30 3D
Octal 313 154 163 0 57 53 24 544 60 75
Binary 11001011 1101100 1110011 0 101111 101011 10100 101100100 110000 111101

Color Harmonies of #CB6C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6C73

Black with #CB6C73

Text Example


Text Example

White with #CB6C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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