Html Css Color HEX #C8B168 Putty

📋 copy color: '#C8B168'

red 200 ◦ green 177 ◦ blue 104

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

Shades of Putty #C8B168

Tints of Putty #C8B168

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.8%

 BLUE value IS 104 (41.02% from 255) = 21.62%

R = 41.58%
G = 36.8%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C8B168 (or 0xC8B168) is known color: Putty. HEX triplet: C8, B1 and 68. RGB value is (200,177,104). Sum of RGB (Red+Green+Blue) = 200+177+104=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 104 (41.02% from 255 or 21.62% from 481); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8B168 is #374E97. Grayscale: #AFAFAF. Windows color (decimal): -3624600 or 6861256. OLE color: 6861256.

HSL color Cylindrical-coordinate representation of color #C8B168: hue angle of 45.62º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C8B168 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 177 104 -
CMYK 0 0.12 0.48 0.22
HSL 45.63º 0.47% 0.6% -
HSV(B) 45.63º 0.48% 0.78% -
XYZ 42.04 44.72 19.51 -
YUV 175.56 87.62 145.44 -
System Red Green Blue C M Y K H S L
Decimal 200 177 104 0 0.12 0.48 0.22 45.63 0.47 0.6
Hex C8 B1 68 0 C 30 16 2E 2F 3C
Octal 310 261 150 0 14 60 26 56 57 74
Binary 11001000 10110001 1101000 0 1100 110000 10110 101110 101111 111100

Color Harmonies of #C8B168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B168

Black with #C8B168

Text Example


Text Example

White with #C8B168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B168; }

 p { color: rgb(200,177,104); }

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

background-color css

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

 a { background-color: rgb(200,177,104); }

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

border-color css

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

 span { border-color: rgb(200,177,104); }

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