Html Css Color HEX #CCB96F Putty

📋 copy color: '#CCB96F'

red 204 ◦ green 185 ◦ blue 111

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

Shades of Putty #CCB96F

Tints of Putty #CCB96F

RGB

 RED value IS 204 (80.08% from 255) = 40.8%

 GREEN value IS 185 (72.66% from 255) = 37%

 BLUE value IS 111 (43.75% from 255) = 22.2%

R = 40.8%
G = 37%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CCB96F (or 0xCCB96F) is known color: Putty. HEX triplet: CC, B9 and 6F. RGB value is (204,185,111). Sum of RGB (Red+Green+Blue) = 204+185+111=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 111 (43.75% from 255 or 22.2% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB96F is #334690. Grayscale: #B6B6B6. Windows color (decimal): -3360401 or 7322060. OLE color: 7322060.

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

Color convert

RGB 204 185 111 -
CMYK 0 0.09 0.46 0.2
HSL 47.74º 0.48% 0.62% -
HSV(B) 47.74º 0.46% 0.8% -
XYZ 45.12 48.68 22.06 -
YUV 182.25 87.79 143.52 -
System Red Green Blue C M Y K H S L
Decimal 204 185 111 0 0.09 0.46 0.2 47.74 0.48 0.62
Hex CC B9 6F 0 9 2E 14 30 30 3E
Octal 314 271 157 0 11 56 24 60 60 76
Binary 11001100 10111001 1101111 0 1001 101110 10100 110000 110000 111110

Color Harmonies of #CCB96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB96F

Black with #CCB96F

Text Example


Text Example

White with #CCB96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB96F; }

 p { color: rgb(204,185,111); }

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

background-color css

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

 a { background-color: rgb(204,185,111); }

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

border-color css

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

 span { border-color: rgb(204,185,111); }

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