Html Css Color HEX #CFAB62 Apache

📋 copy color: '#CFAB62'

red 207 ◦ green 171 ◦ blue 98

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

Shades of Apache #CFAB62

Tints of Apache #CFAB62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.59%

R = 43.49%
G = 35.92%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CFAB62 (or 0xCFAB62) is known color: Apache. HEX triplet: CF, AB and 62. RGB value is (207,171,98). Sum of RGB (Red+Green+Blue) = 207+171+98=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 98 (38.67% from 255 or 20.59% from 476); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAB62 is #30549D. Grayscale: #ADADAD. Windows color (decimal): -3167390 or 6466511. OLE color: 6466511.

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

Color convert

RGB 207 171 98 -
CMYK 0 0.17 0.53 0.19
HSL 40.18º 0.53% 0.6% -
HSV(B) 40.18º 0.53% 0.81% -
XYZ 42.5 43.27 17.67 -
YUV 173.44 85.43 151.94 -
System Red Green Blue C M Y K H S L
Decimal 207 171 98 0 0.17 0.53 0.19 40.18 0.53 0.6
Hex CF AB 62 0 11 35 13 28 35 3C
Octal 317 253 142 0 21 65 23 50 65 74
Binary 11001111 10101011 1100010 0 10001 110101 10011 101000 110101 111100

Color Harmonies of #CFAB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAB62

Black with #CFAB62

Text Example


Text Example

White with #CFAB62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAB62; }

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

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

background-color css

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

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

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

border-color css

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

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

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