Html Css Color HEX #CCA667 Putty

📋 copy color: '#CCA667'

red 204 ◦ green 166 ◦ blue 103

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

Shades of Putty #CCA667

Tints of Putty #CCA667

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.1%

 BLUE value IS 103 (40.63% from 255) = 21.78%

R = 43.13%
G = 35.1%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CCA667 (or 0xCCA667) is known color: Putty. HEX triplet: CC, A6 and 67. RGB value is (204,166,103). Sum of RGB (Red+Green+Blue) = 204+166+103=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 103 (40.62% from 255 or 21.78% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA667 is #335998. Grayscale: #AAAAAA. Windows color (decimal): -3365273 or 6792908. OLE color: 6792908.

HSL color Cylindrical-coordinate representation of color #CCA667: hue angle of 37.43º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCA667 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 166 103 -
CMYK 0 0.19 0.50 0.2
HSL 37.43º 0.5% 0.6% -
HSV(B) 37.43º 0.5% 0.8% -
XYZ 40.99 41.09 18.6 -
YUV 170.18 90.09 152.12 -
System Red Green Blue C M Y K H S L
Decimal 204 166 103 0 0.19 0.50 0.2 37.43 0.5 0.6
Hex CC A6 67 0 13 32 14 25 32 3C
Octal 314 246 147 0 23 62 24 45 62 74
Binary 11001100 10100110 1100111 0 10011 110010 10100 100101 110010 111100

Color Harmonies of #CCA667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA667

Black with #CCA667

Text Example


Text Example

White with #CCA667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA667; }

 p { color: rgb(204,166,103); }

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

background-color css

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

 a { background-color: rgb(204,166,103); }

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

border-color css

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

 span { border-color: rgb(204,166,103); }

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