Html Css Color HEX #CB7072 Froly

📋 copy color: '#CB7072'

red 203 ◦ green 112 ◦ blue 114

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

Shades of Froly #CB7072

Tints of Froly #CB7072

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.11%

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

R = 47.32%
G = 26.11%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB7072 (or 0xCB7072) is known color: Froly. HEX triplet: CB, 70 and 72. RGB value is (203,112,114). Sum of RGB (Red+Green+Blue) = 203+112+114=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7072 is #348F8D. Grayscale: #8B8B8B. Windows color (decimal): -3444622 or 7499979. OLE color: 7499979.

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

Color convert

RGB 203 112 114 -
CMYK 0 0.45 0.44 0.20
HSL 358.68º 0.47% 0.62% -
HSV(B) 358.68º 0.45% 0.8% -
XYZ 33.46 25.5 19.08 -
YUV 139.44 113.65 173.34 -
System Red Green Blue C M Y K H S L
Decimal 203 112 114 0 0.45 0.44 0.20 358.68 0.47 0.62
Hex CB 70 72 0 2D 2C 14 167 2F 3E
Octal 313 160 162 0 55 54 24 547 57 76
Binary 11001011 1110000 1110010 0 101101 101100 10100 101100111 101111 111110

Color Harmonies of #CB7072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7072

Black with #CB7072

Text Example


Text Example

White with #CB7072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7072; }

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

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

background-color css

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

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

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

border-color css

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

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

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