Html Css Color HEX #CCA251 Apache

📋 copy color: '#CCA251'

red 204 ◦ green 162 ◦ blue 81

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

Shades of Apache #CCA251

Tints of Apache #CCA251

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.24%

 BLUE value IS 81 (32.03% from 255) = 18.12%

R = 45.64%
G = 36.24%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.2

RGB Variations

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

Color information

#CCA251 (or 0xCCA251) is known color: Apache. HEX triplet: CC, A2 and 51. RGB value is (204,162,81). Sum of RGB (Red+Green+Blue) = 204+162+81=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 162 (63.67% from 255 or 36.24% from 447); Blue value is 81 (32.03% from 255 or 18.12% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA251 is #335DAE. Grayscale: #A5A5A5. Windows color (decimal): -3366319 or 5350092. OLE color: 5350092.

HSL color Cylindrical-coordinate representation of color #CCA251: hue angle of 39.51º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCA251 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 162 81 -
CMYK 0 0.21 0.60 0.2
HSL 39.51º 0.55% 0.56% -
HSV(B) 39.51º 0.6% 0.8% -
XYZ 39.31 39.27 13.29 -
YUV 165.32 80.41 155.59 -
System Red Green Blue C M Y K H S L
Decimal 204 162 81 0 0.21 0.60 0.2 39.51 0.55 0.56
Hex CC A2 51 0 15 3C 14 28 37 38
Octal 314 242 121 0 25 74 24 50 67 70
Binary 11001100 10100010 1010001 0 10101 111100 10100 101000 110111 111000

Color Harmonies of #CCA251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA251

Black with #CCA251

Text Example


Text Example

White with #CCA251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA251; }

 p { color: rgb(204,162,81); }

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

background-color css

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

 a { background-color: rgb(204,162,81); }

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

border-color css

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

 span { border-color: rgb(204,162,81); }

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