Html Css Color HEX #CB7176 Froly

📋 copy color: '#CB7176'

red 203 ◦ green 113 ◦ blue 118

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

Shades of Froly #CB7176

Tints of Froly #CB7176

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.04%

 BLUE value IS 118 (46.48% from 255) = 27.19%

R = 46.77%
G = 26.04%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CB7176 (or 0xCB7176) is known color: Froly. HEX triplet: CB, 71 and 76. RGB value is (203,113,118). Sum of RGB (Red+Green+Blue) = 203+113+118=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 118 (46.48% from 255 or 27.19% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7176 is #348E89. Grayscale: #8C8C8C. Windows color (decimal): -3444362 or 7762379. OLE color: 7762379.

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

Color convert

RGB 203 113 118 -
CMYK 0 0.44 0.42 0.20
HSL 356.67º 0.46% 0.62% -
HSV(B) 356.67º 0.44% 0.8% -
XYZ 33.8 25.81 20.34 -
YUV 140.48 115.32 172.59 -
System Red Green Blue C M Y K H S L
Decimal 203 113 118 0 0.44 0.42 0.20 356.67 0.46 0.62
Hex CB 71 76 0 2C 2A 14 165 2E 3E
Octal 313 161 166 0 54 52 24 545 56 76
Binary 11001011 1110001 1110110 0 101100 101010 10100 101100101 101110 111110

Color Harmonies of #CB7176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7176

Black with #CB7176

Text Example


Text Example

White with #CB7176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7176; }

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

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

background-color css

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

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

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

border-color css

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

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

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