Html Css Color HEX #C4B06C Putty

📋 copy color: '#C4B06C'

red 196 ◦ green 176 ◦ blue 108

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

Shades of Putty #C4B06C

Tints of Putty #C4B06C

RGB

 RED value IS 196 (76.95% from 255) = 40.83%

 GREEN value IS 176 (69.14% from 255) = 36.67%

 BLUE value IS 108 (42.58% from 255) = 22.5%

R = 40.83%
G = 36.67%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C4B06C (or 0xC4B06C) is known color: Putty. HEX triplet: C4, B0 and 6C. RGB value is (196,176,108). Sum of RGB (Red+Green+Blue) = 196+176+108=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 108 (42.58% from 255 or 22.5% from 480); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B06C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B06C is #3B4F93. Grayscale: #AEAEAE. Windows color (decimal): -3886996 or 7123140. OLE color: 7123140.

HSL color Cylindrical-coordinate representation of color #C4B06C: hue angle of 46.36º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C4B06C is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 176 108 -
CMYK 0 0.10 0.45 0.23
HSL 46.36º 0.43% 0.6% -
HSV(B) 46.36º 0.45% 0.77% -
XYZ 41 43.87 20.49 -
YUV 174.23 90.63 143.53 -
System Red Green Blue C M Y K H S L
Decimal 196 176 108 0 0.10 0.45 0.23 46.36 0.43 0.6
Hex C4 B0 6C 0 A 2D 17 2E 2B 3C
Octal 304 260 154 0 12 55 27 56 53 74
Binary 11000100 10110000 1101100 0 1010 101101 10111 101110 101011 111100

Color Harmonies of #C4B06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B06C

Black with #C4B06C

Text Example


Text Example

White with #C4B06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B06C; }

 p { color: rgb(196,176,108); }

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

background-color css

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

 a { background-color: rgb(196,176,108); }

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

border-color css

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

 span { border-color: rgb(196,176,108); }

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