Html Css Color HEX #CFA353 Apache

📋 copy color: '#CFA353'

red 207 ◦ green 163 ◦ blue 83

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

Shades of Apache #CFA353

Tints of Apache #CFA353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.32%

R = 45.7%
G = 35.98%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CFA353 (or 0xCFA353) is known color: Apache. HEX triplet: CF, A3 and 53. RGB value is (207,163,83). Sum of RGB (Red+Green+Blue) = 207+163+83=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 163 (64.06% from 255 or 35.98% from 453); Blue value is 83 (32.81% from 255 or 18.32% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA353 is #305CAC. Grayscale: #A7A7A7. Windows color (decimal): -3169453 or 5481423. OLE color: 5481423.

HSL color Cylindrical-coordinate representation of color #CFA353: hue angle of 38.71º degrees, saturation: 0.56, 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 #CFA353 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 163 83 -
CMYK 0 0.21 0.60 0.19
HSL 38.71º 0.56% 0.57% -
HSV(B) 38.71º 0.6% 0.81% -
XYZ 40.39 40.08 13.79 -
YUV 167.04 80.58 156.5 -
System Red Green Blue C M Y K H S L
Decimal 207 163 83 0 0.21 0.60 0.19 38.71 0.56 0.57
Hex CF A3 53 0 15 3C 13 27 38 39
Octal 317 243 123 0 25 74 23 47 70 71
Binary 11001111 10100011 1010011 0 10101 111100 10011 100111 111000 111001

Color Harmonies of #CFA353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA353

Black with #CFA353

Text Example


Text Example

White with #CFA353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA353; }

 p { color: rgb(207,163,83); }

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

background-color css

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

 a { background-color: rgb(207,163,83); }

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

border-color css

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

 span { border-color: rgb(207,163,83); }

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