Html Css Color HEX #CB6D72 Froly

📋 copy color: '#CB6D72'

red 203 ◦ green 109 ◦ blue 114

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

Shades of Froly #CB6D72

Tints of Froly #CB6D72

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.59%

 BLUE value IS 114 (44.92% from 255) = 26.76%

R = 47.65%
G = 25.59%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB6D72 (or 0xCB6D72) is known color: Froly. HEX triplet: CB, 6D and 72. RGB value is (203,109,114). Sum of RGB (Red+Green+Blue) = 203+109+114=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 109 (42.97% from 255 or 25.59% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6D72 is #34928D. Grayscale: #898989. Windows color (decimal): -3445390 or 7499211. OLE color: 7499211.

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

Color convert

RGB 203 109 114 -
CMYK 0 0.46 0.44 0.20
HSL 356.81º 0.47% 0.61% -
HSV(B) 356.81º 0.46% 0.8% -
XYZ 33.13 24.85 18.97 -
YUV 137.68 114.64 174.59 -
System Red Green Blue C M Y K H S L
Decimal 203 109 114 0 0.46 0.44 0.20 356.81 0.47 0.61
Hex CB 6D 72 0 2E 2C 14 165 2F 3D
Octal 313 155 162 0 56 54 24 545 57 75
Binary 11001011 1101101 1110010 0 101110 101100 10100 101100101 101111 111101

Color Harmonies of #CB6D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6D72

Black with #CB6D72

Text Example


Text Example

White with #CB6D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6D72; }

 p { color: rgb(203,109,114); }

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

background-color css

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

 a { background-color: rgb(203,109,114); }

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

border-color css

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

 span { border-color: rgb(203,109,114); }

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