Html Css Color HEX #CCA765 Apache

📋 copy color: '#CCA765'

red 204 ◦ green 167 ◦ blue 101

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

Shades of Apache #CCA765

Tints of Apache #CCA765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.4%

R = 43.22%
G = 35.38%
B = 21.4%

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

#CCA765 (or 0xCCA765) is known color: Apache. HEX triplet: CC, A7 and 65. RGB value is (204,167,101). Sum of RGB (Red+Green+Blue) = 204+167+101=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 167 (65.62% from 255 or 35.38% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA765 is #33589A. Grayscale: #AAAAAA. Windows color (decimal): -3365019 or 6662092. OLE color: 6662092.

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

Color convert

RGB 204 167 101 -
CMYK 0 0.18 0.50 0.2
HSL 38.45º 0.5% 0.6% -
HSV(B) 38.45º 0.5% 0.8% -
XYZ 41.07 41.41 18.14 -
YUV 170.54 88.76 151.87 -
System Red Green Blue C M Y K H S L
Decimal 204 167 101 0 0.18 0.50 0.2 38.45 0.5 0.6
Hex CC A7 65 0 12 32 14 26 32 3C
Octal 314 247 145 0 22 62 24 46 62 74
Binary 11001100 10100111 1100101 0 10010 110010 10100 100110 110010 111100

Color Harmonies of #CCA765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA765

Black with #CCA765

Text Example


Text Example

White with #CCA765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA765; }

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

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

background-color css

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

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

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

border-color css

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

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

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