Html Css Color HEX #CFAC5C Apache

📋 copy color: '#CFAC5C'

red 207 ◦ green 172 ◦ blue 92

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

Shades of Apache #CFAC5C

Tints of Apache #CFAC5C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.52%

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

R = 43.95%
G = 36.52%
B = 19.53%

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

#CFAC5C (or 0xCFAC5C) is known color: Apache. HEX triplet: CF, AC and 5C. RGB value is (207,172,92). Sum of RGB (Red+Green+Blue) = 207+172+92=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 92 (36.33% from 255 or 19.53% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAC5C is #3053A3. Grayscale: #ADADAD. Windows color (decimal): -3167140 or 6073551. OLE color: 6073551.

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

Color convert

RGB 207 172 92 -
CMYK 0 0.17 0.56 0.19
HSL 41.74º 0.55% 0.59% -
HSV(B) 41.74º 0.56% 0.81% -
XYZ 42.42 43.54 16.29 -
YUV 173.35 82.1 152 -
System Red Green Blue C M Y K H S L
Decimal 207 172 92 0 0.17 0.56 0.19 41.74 0.55 0.59
Hex CF AC 5C 0 11 38 13 2A 37 3B
Octal 317 254 134 0 21 70 23 52 67 73
Binary 11001111 10101100 1011100 0 10001 111000 10011 101010 110111 111011

Color Harmonies of #CFAC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAC5C

Black with #CFAC5C

Text Example


Text Example

White with #CFAC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAC5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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