Html Css Color HEX #CFAB5C Apache

📋 copy color: '#CFAB5C'

red 207 ◦ green 171 ◦ blue 92

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

Shades of Apache #CFAB5C

Tints of Apache #CFAB5C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.38%

 BLUE value IS 92 (36.33% from 255) = 19.57%

R = 44.04%
G = 36.38%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CFAB5C (or 0xCFAB5C) is known color: Apache. HEX triplet: CF, AB and 5C. RGB value is (207,171,92). Sum of RGB (Red+Green+Blue) = 207+171+92=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 92 (36.33% from 255 or 19.57% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAB5C is #3054A3. Grayscale: #ADADAD. Windows color (decimal): -3167396 or 6073295. OLE color: 6073295.

HSL color Cylindrical-coordinate representation of color #CFAB5C: hue angle of 41.22º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFAB5C is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 171 92 -
CMYK 0 0.17 0.56 0.19
HSL 41.22º 0.55% 0.59% -
HSV(B) 41.22º 0.56% 0.81% -
XYZ 42.23 43.16 16.23 -
YUV 172.76 82.43 152.42 -
System Red Green Blue C M Y K H S L
Decimal 207 171 92 0 0.17 0.56 0.19 41.22 0.55 0.59
Hex CF AB 5C 0 11 38 13 29 37 3B
Octal 317 253 134 0 21 70 23 51 67 73
Binary 11001111 10101011 1011100 0 10001 111000 10011 101001 110111 111011

Color Harmonies of #CFAB5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAB5C

Black with #CFAB5C

Text Example


Text Example

White with #CFAB5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAB5C; }

 p { color: rgb(207,171,92); }

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

background-color css

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

 a { background-color: rgb(207,171,92); }

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

border-color css

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

 span { border-color: rgb(207,171,92); }

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