Html Css Color HEX #CB7376 Froly

📋 copy color: '#CB7376'

red 203 ◦ green 115 ◦ blue 118

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

Shades of Froly #CB7376

Tints of Froly #CB7376

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.38%

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

R = 46.56%
G = 26.38%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CB7376 (or 0xCB7376) is known color: Froly. HEX triplet: CB, 73 and 76. RGB value is (203,115,118). Sum of RGB (Red+Green+Blue) = 203+115+118=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 115 (45.31% from 255 or 26.38% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7376 is #348C89. Grayscale: #8D8D8D. Windows color (decimal): -3443850 or 7762891. OLE color: 7762891.

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

Color convert

RGB 203 115 118 -
CMYK 0 0.43 0.42 0.20
HSL 357.95º 0.46% 0.62% -
HSV(B) 357.95º 0.43% 0.8% -
XYZ 34.03 26.27 20.42 -
YUV 141.65 114.65 171.76 -
System Red Green Blue C M Y K H S L
Decimal 203 115 118 0 0.43 0.42 0.20 357.95 0.46 0.62
Hex CB 73 76 0 2B 2A 14 166 2E 3E
Octal 313 163 166 0 53 52 24 546 56 76
Binary 11001011 1110011 1110110 0 101011 101010 10100 101100110 101110 111110

Color Harmonies of #CB7376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7376

Black with #CB7376

Text Example


Text Example

White with #CB7376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7376; }

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

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

background-color css

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

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

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

border-color css

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

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

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