Html Css Color HEX #CB6B73 Froly

📋 copy color: '#CB6B73'

red 203 ◦ green 107 ◦ blue 115

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

Shades of Froly #CB6B73

Tints of Froly #CB6B73

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.18%

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

R = 47.76%
G = 25.18%
B = 27.06%

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

#CB6B73 (or 0xCB6B73) is known color: Froly. HEX triplet: CB, 6B and 73. RGB value is (203,107,115). Sum of RGB (Red+Green+Blue) = 203+107+115=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 115 (45.31% from 255 or 27.06% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6B73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6B73 is #34948C. Grayscale: #888888. Windows color (decimal): -3445901 or 7564235. OLE color: 7564235.

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

Color convert

RGB 203 107 115 -
CMYK 0 0.47 0.43 0.20
HSL 355º 0.48% 0.61% -
HSV(B) 355º 0.47% 0.8% -
XYZ 32.98 24.45 19.2 -
YUV 136.62 115.8 175.35 -
System Red Green Blue C M Y K H S L
Decimal 203 107 115 0 0.47 0.43 0.20 355 0.48 0.61
Hex CB 6B 73 0 2F 2B 14 163 30 3D
Octal 313 153 163 0 57 53 24 543 60 75
Binary 11001011 1101011 1110011 0 101111 101011 10100 101100011 110000 111101

Color Harmonies of #CB6B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6B73

Black with #CB6B73

Text Example


Text Example

White with #CB6B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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