Html Css Color HEX #CCA761 Apache

📋 copy color: '#CCA761'

red 204 ◦ green 167 ◦ blue 97

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

Shades of Apache #CCA761

Tints of Apache #CCA761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.73%

R = 43.59%
G = 35.68%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CCA761 (or 0xCCA761) is known color: Apache. HEX triplet: CC, A7 and 61. RGB value is (204,167,97). Sum of RGB (Red+Green+Blue) = 204+167+97=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 167 (65.62% from 255 or 35.68% from 468); Blue value is 97 (38.28% from 255 or 20.73% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA761 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA761 is #33589E. Grayscale: #AAAAAA. Windows color (decimal): -3365023 or 6399948. OLE color: 6399948.

HSL color Cylindrical-coordinate representation of color #CCA761: hue angle of 39.25º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCA761 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 167 97 -
CMYK 0 0.18 0.52 0.2
HSL 39.25º 0.51% 0.59% -
HSV(B) 39.25º 0.52% 0.8% -
XYZ 40.88 41.34 17.13 -
YUV 170.08 86.76 152.19 -
System Red Green Blue C M Y K H S L
Decimal 204 167 97 0 0.18 0.52 0.2 39.25 0.51 0.59
Hex CC A7 61 0 12 34 14 27 33 3B
Octal 314 247 141 0 22 64 24 47 63 73
Binary 11001100 10100111 1100001 0 10010 110100 10100 100111 110011 111011

Color Harmonies of #CCA761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA761

Black with #CCA761

Text Example


Text Example

White with #CCA761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA761; }

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

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

background-color css

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

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

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

border-color css

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

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

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