Html Css Color HEX #CFAB65 Apache

📋 copy color: '#CFAB65'

red 207 ◦ green 171 ◦ blue 101

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

Shades of Apache #CFAB65

Tints of Apache #CFAB65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.09%

R = 43.22%
G = 35.7%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CFAB65 (or 0xCFAB65) is known color: Apache. HEX triplet: CF, AB and 65. RGB value is (207,171,101). Sum of RGB (Red+Green+Blue) = 207+171+101=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 101 (39.84% from 255 or 21.09% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAB65 is #30549A. Grayscale: #AEAEAE. Windows color (decimal): -3167387 or 6663119. OLE color: 6663119.

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

Color convert

RGB 207 171 101 -
CMYK 0 0.17 0.51 0.19
HSL 39.62º 0.52% 0.6% -
HSV(B) 39.62º 0.51% 0.81% -
XYZ 42.64 43.33 18.43 -
YUV 173.78 86.93 151.69 -
System Red Green Blue C M Y K H S L
Decimal 207 171 101 0 0.17 0.51 0.19 39.62 0.52 0.6
Hex CF AB 65 0 11 33 13 28 34 3C
Octal 317 253 145 0 21 63 23 50 64 74
Binary 11001111 10101011 1100101 0 10001 110011 10011 101000 110100 111100

Color Harmonies of #CFAB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAB65

Black with #CFAB65

Text Example


Text Example

White with #CFAB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAB65; }

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

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

background-color css

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

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

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

border-color css

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

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

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