Html Css Color HEX #CCA767 Putty

📋 copy color: '#CCA767'

red 204 ◦ green 167 ◦ blue 103

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

Shades of Putty #CCA767

Tints of Putty #CCA767

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.23%

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

R = 43.04%
G = 35.23%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CCA767 (or 0xCCA767) is known color: Putty. HEX triplet: CC, A7 and 67. RGB value is (204,167,103). Sum of RGB (Red+Green+Blue) = 204+167+103=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 167 (65.62% from 255 or 35.23% from 474); Blue value is 103 (40.62% from 255 or 21.73% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA767 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA767 is #335898. Grayscale: #ABABAB. Windows color (decimal): -3365017 or 6793164. OLE color: 6793164.

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

Color convert

RGB 204 167 103 -
CMYK 0 0.18 0.50 0.2
HSL 38.02º 0.5% 0.6% -
HSV(B) 38.02º 0.5% 0.8% -
XYZ 41.17 41.45 18.66 -
YUV 170.77 89.76 151.7 -
System Red Green Blue C M Y K H S L
Decimal 204 167 103 0 0.18 0.50 0.2 38.02 0.5 0.6
Hex CC A7 67 0 12 32 14 26 32 3C
Octal 314 247 147 0 22 62 24 46 62 74
Binary 11001100 10100111 1100111 0 10010 110010 10100 100110 110010 111100

Color Harmonies of #CCA767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA767

Black with #CCA767

Text Example


Text Example

White with #CCA767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA767; }

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

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

background-color css

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

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

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

border-color css

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

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

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