Html Css Color HEX #CC9F62 Apache

📋 copy color: '#CC9F62'

red 204 ◦ green 159 ◦ blue 98

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

Shades of Apache #CC9F62

Tints of Apache #CC9F62

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.49%

 BLUE value IS 98 (38.67% from 255) = 21.26%

R = 44.25%
G = 34.49%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CC9F62 (or 0xCC9F62) is known color: Apache. HEX triplet: CC, 9F and 62. RGB value is (204,159,98). Sum of RGB (Red+Green+Blue) = 204+159+98=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 159 (62.5% from 255 or 34.49% from 461); Blue value is 98 (38.67% from 255 or 21.26% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9F62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9F62 is #33609D. Grayscale: #A5A5A5. Windows color (decimal): -3367070 or 6463436. OLE color: 6463436.

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

Color convert

RGB 204 159 98 -
CMYK 0 0.22 0.52 0.2
HSL 34.53º 0.51% 0.59% -
HSV(B) 34.53º 0.52% 0.8% -
XYZ 39.5 38.52 16.91 -
YUV 165.5 89.91 155.46 -
System Red Green Blue C M Y K H S L
Decimal 204 159 98 0 0.22 0.52 0.2 34.53 0.51 0.59
Hex CC 9F 62 0 16 34 14 23 33 3B
Octal 314 237 142 0 26 64 24 43 63 73
Binary 11001100 10011111 1100010 0 10110 110100 10100 100011 110011 111011

Color Harmonies of #CC9F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9F62

Black with #CC9F62

Text Example


Text Example

White with #CC9F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9F62; }

 p { color: rgb(204,159,98); }

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

background-color css

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

 a { background-color: rgb(204,159,98); }

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

border-color css

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

 span { border-color: rgb(204,159,98); }

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