Html Css Color HEX #CCA36A Putty

📋 copy color: '#CCA36A'

red 204 ◦ green 163 ◦ blue 106

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

Shades of Putty #CCA36A

Tints of Putty #CCA36A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.46%

 BLUE value IS 106 (41.8% from 255) = 22.41%

R = 43.13%
G = 34.46%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CCA36A (or 0xCCA36A) is known color: Putty. HEX triplet: CC, A3 and 6A. RGB value is (204,163,106). Sum of RGB (Red+Green+Blue) = 204+163+106=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 163 (64.06% from 255 or 34.46% from 473); Blue value is 106 (41.80% from 255 or 22.41% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA36A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA36A is #335C95. Grayscale: #A9A9A9. Windows color (decimal): -3366038 or 6988748. OLE color: 6988748.

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

Color convert

RGB 204 163 106 -
CMYK 0 0.20 0.48 0.2
HSL 34.9º 0.49% 0.61% -
HSV(B) 34.9º 0.48% 0.8% -
XYZ 40.6 40.07 19.23 -
YUV 168.76 92.58 153.13 -
System Red Green Blue C M Y K H S L
Decimal 204 163 106 0 0.20 0.48 0.2 34.9 0.49 0.61
Hex CC A3 6A 0 14 30 14 23 31 3D
Octal 314 243 152 0 24 60 24 43 61 75
Binary 11001100 10100011 1101010 0 10100 110000 10100 100011 110001 111101

Color Harmonies of #CCA36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA36A

Black with #CCA36A

Text Example


Text Example

White with #CCA36A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA36A; }

 p { color: rgb(204,163,106); }

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

background-color css

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

 a { background-color: rgb(204,163,106); }

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

border-color css

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

 span { border-color: rgb(204,163,106); }

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