Html Css Color HEX #C8B672 Putty

📋 copy color: '#C8B672'

red 200 ◦ green 182 ◦ blue 114

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

Shades of Putty #C8B672

Tints of Putty #C8B672

RGB

 RED value IS 200 (78.52% from 255) = 40.32%

 GREEN value IS 182 (71.48% from 255) = 36.69%

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

R = 40.32%
G = 36.69%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C8B672 (or 0xC8B672) is known color: Putty. HEX triplet: C8, B6 and 72. RGB value is (200,182,114). Sum of RGB (Red+Green+Blue) = 200+182+114=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 182 (71.48% from 255 or 36.69% from 496); Blue value is 114 (44.92% from 255 or 22.98% from 496); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B672 is #37498D. Grayscale: #B3B3B3. Windows color (decimal): -3623310 or 7517896. OLE color: 7517896.

HSL color Cylindrical-coordinate representation of color #C8B672: hue angle of 47.44º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C8B672 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 182 114 -
CMYK 0 0.09 0.43 0.22
HSL 47.44º 0.44% 0.62% -
HSV(B) 47.44º 0.43% 0.78% -
XYZ 43.58 46.95 22.68 -
YUV 179.63 90.96 142.53 -
System Red Green Blue C M Y K H S L
Decimal 200 182 114 0 0.09 0.43 0.22 47.44 0.44 0.62
Hex C8 B6 72 0 9 2B 16 2F 2C 3E
Octal 310 266 162 0 11 53 26 57 54 76
Binary 11001000 10110110 1110010 0 1001 101011 10110 101111 101100 111110

Color Harmonies of #C8B672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B672

Black with #C8B672

Text Example


Text Example

White with #C8B672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B672; }

 p { color: rgb(200,182,114); }

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

background-color css

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

 a { background-color: rgb(200,182,114); }

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

border-color css

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

 span { border-color: rgb(200,182,114); }

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