Html Css Color HEX #CCA367 Apache

📋 copy color: '#CCA367'

red 204 ◦ green 163 ◦ blue 103

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

Shades of Apache #CCA367

Tints of Apache #CCA367

RGB

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

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

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

R = 43.4%
G = 34.68%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CCA367 (or 0xCCA367) is known color: Apache. HEX triplet: CC, A3 and 67. RGB value is (204,163,103). Sum of RGB (Red+Green+Blue) = 204+163+103=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 163 (64.06% from 255 or 34.68% from 470); Blue value is 103 (40.62% from 255 or 21.91% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA367 is #335C98. Grayscale: #A8A8A8. Windows color (decimal): -3366041 or 6792140. OLE color: 6792140.

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

Color convert

RGB 204 163 103 -
CMYK 0 0.20 0.50 0.2
HSL 35.64º 0.5% 0.6% -
HSV(B) 35.64º 0.5% 0.8% -
XYZ 40.45 40.01 18.42 -
YUV 168.42 91.08 153.38 -
System Red Green Blue C M Y K H S L
Decimal 204 163 103 0 0.20 0.50 0.2 35.64 0.5 0.6
Hex CC A3 67 0 14 32 14 24 32 3C
Octal 314 243 147 0 24 62 24 44 62 74
Binary 11001100 10100011 1100111 0 10100 110010 10100 100100 110010 111100

Color Harmonies of #CCA367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA367

Black with #CCA367

Text Example


Text Example

White with #CCA367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA367; }

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

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

background-color css

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

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

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

border-color css

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

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

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