Html Css Color HEX #CFA252 Apache

📋 copy color: '#CFA252'

red 207 ◦ green 162 ◦ blue 82

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

Shades of Apache #CFA252

Tints of Apache #CFA252

RGB

 RED value IS 207 (81.25% from 255) = 45.9%

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

 BLUE value IS 82 (32.42% from 255) = 18.18%

R = 45.9%
G = 35.92%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CFA252 (or 0xCFA252) is known color: Apache. HEX triplet: CF, A2 and 52. RGB value is (207,162,82). Sum of RGB (Red+Green+Blue) = 207+162+82=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 82 (32.42% from 255 or 18.18% from 451); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA252 is #305DAD. Grayscale: #A6A6A6. Windows color (decimal): -3169710 or 5415631. OLE color: 5415631.

HSL color Cylindrical-coordinate representation of color #CFA252: hue angle of 38.4º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFA252 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 162 82 -
CMYK 0 0.22 0.60 0.19
HSL 38.4º 0.57% 0.57% -
HSV(B) 38.4º 0.6% 0.81% -
XYZ 40.18 39.72 13.53 -
YUV 166.34 80.41 157 -
System Red Green Blue C M Y K H S L
Decimal 207 162 82 0 0.22 0.60 0.19 38.4 0.57 0.57
Hex CF A2 52 0 16 3C 13 26 39 39
Octal 317 242 122 0 26 74 23 46 71 71
Binary 11001111 10100010 1010010 0 10110 111100 10011 100110 111001 111001

Color Harmonies of #CFA252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA252

Black with #CFA252

Text Example


Text Example

White with #CFA252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA252; }

 p { color: rgb(207,162,82); }

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

background-color css

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

 a { background-color: rgb(207,162,82); }

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

border-color css

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

 span { border-color: rgb(207,162,82); }

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