Html Css Color HEX #C8B472 Putty

📋 copy color: '#C8B472'

red 200 ◦ green 180 ◦ blue 114

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

Shades of Putty #C8B472

Tints of Putty #C8B472

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.44%

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

R = 40.49%
G = 36.44%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C8B472 (or 0xC8B472) is known color: Putty. HEX triplet: C8, B4 and 72. RGB value is (200,180,114). Sum of RGB (Red+Green+Blue) = 200+180+114=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 114 (44.92% from 255 or 23.08% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B472 is #374B8D. Grayscale: #B2B2B2. Windows color (decimal): -3623822 or 7517384. OLE color: 7517384.

HSL color Cylindrical-coordinate representation of color #C8B472: hue angle of 46.05º 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 #C8B472 is Cyan = 0, Magento = 0.1, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 180 114 -
CMYK 0 0.1 0.43 0.22
HSL 46.05º 0.44% 0.62% -
HSV(B) 46.05º 0.43% 0.78% -
XYZ 43.18 46.14 22.55 -
YUV 178.46 91.63 143.37 -
System Red Green Blue C M Y K H S L
Decimal 200 180 114 0 0.1 0.43 0.22 46.05 0.44 0.62
Hex C8 B4 72 0 A 2B 16 2E 2C 3E
Octal 310 264 162 0 12 53 26 56 54 76
Binary 11001000 10110100 1110010 0 1010 101011 10110 101110 101100 111110

Color Harmonies of #C8B472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B472

Black with #C8B472

Text Example


Text Example

White with #C8B472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B472; }

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

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

background-color css

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

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

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

border-color css

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

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

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