Html Css Color HEX #CFAF55 Apache

📋 copy color: '#CFAF55'

red 207 ◦ green 175 ◦ blue 85

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

Shades of Apache #CFAF55

Tints of Apache #CFAF55

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.47%

 BLUE value IS 85 (33.59% from 255) = 18.2%

R = 44.33%
G = 37.47%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CFAF55 (or 0xCFAF55) is known color: Apache. HEX triplet: CF, AF and 55. RGB value is (207,175,85). Sum of RGB (Red+Green+Blue) = 207+175+85=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 85 (33.59% from 255 or 18.20% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAF55 is #3050AA. Grayscale: #AEAEAE. Windows color (decimal): -3166379 or 5615567. OLE color: 5615567.

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

Color convert

RGB 207 175 85 -
CMYK 0 0.15 0.59 0.19
HSL 44.26º 0.56% 0.57% -
HSV(B) 44.26º 0.59% 0.81% -
XYZ 42.7 44.58 14.95 -
YUV 174.31 77.6 151.32 -
System Red Green Blue C M Y K H S L
Decimal 207 175 85 0 0.15 0.59 0.19 44.26 0.56 0.57
Hex CF AF 55 0 F 3B 13 2C 38 39
Octal 317 257 125 0 17 73 23 54 70 71
Binary 11001111 10101111 1010101 0 1111 111011 10011 101100 111000 111001

Color Harmonies of #CFAF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAF55

Black with #CFAF55

Text Example


Text Example

White with #CFAF55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAF55; }

 p { color: rgb(207,175,85); }

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

background-color css

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

 a { background-color: rgb(207,175,85); }

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

border-color css

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

 span { border-color: rgb(207,175,85); }

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