Html Css Color HEX #CCB16F Putty

📋 copy color: '#CCB16F'

red 204 ◦ green 177 ◦ blue 111

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

Shades of Putty #CCB16F

Tints of Putty #CCB16F

RGB

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

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

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

R = 41.46%
G = 35.98%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CCB16F (or 0xCCB16F) is known color: Putty. HEX triplet: CC, B1 and 6F. RGB value is (204,177,111). Sum of RGB (Red+Green+Blue) = 204+177+111=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 177 (69.53% from 255 or 35.98% from 492); Blue value is 111 (43.75% from 255 or 22.56% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB16F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB16F is #334E90. Grayscale: #B1B1B1. Windows color (decimal): -3362449 or 7320012. OLE color: 7320012.

HSL color Cylindrical-coordinate representation of color #CCB16F: hue angle of 42.58º 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 #CCB16F is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 177 111 -
CMYK 0 0.13 0.46 0.2
HSL 42.58º 0.48% 0.62% -
HSV(B) 42.58º 0.46% 0.8% -
XYZ 43.49 45.43 21.52 -
YUV 177.55 90.45 146.87 -
System Red Green Blue C M Y K H S L
Decimal 204 177 111 0 0.13 0.46 0.2 42.58 0.48 0.62
Hex CC B1 6F 0 D 2E 14 2B 30 3E
Octal 314 261 157 0 15 56 24 53 60 76
Binary 11001100 10110001 1101111 0 1101 101110 10100 101011 110000 111110

Color Harmonies of #CCB16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB16F

Black with #CCB16F

Text Example


Text Example

White with #CCB16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB16F; }

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

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

background-color css

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

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

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

border-color css

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

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

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