Html Css Color HEX #CFA75D Apache

📋 copy color: '#CFA75D'

red 207 ◦ green 167 ◦ blue 93

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

Shades of Apache #CFA75D

Tints of Apache #CFA75D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.76%

 BLUE value IS 93 (36.72% from 255) = 19.91%

R = 44.33%
G = 35.76%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CFA75D (or 0xCFA75D) is known color: Apache. HEX triplet: CF, A7 and 5D. RGB value is (207,167,93). Sum of RGB (Red+Green+Blue) = 207+167+93=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 167 (65.62% from 255 or 35.76% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA75D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA75D is #3058A2. Grayscale: #AAAAAA. Windows color (decimal): -3168419 or 6137807. OLE color: 6137807.

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

Color convert

RGB 207 167 93 -
CMYK 0 0.19 0.55 0.19
HSL 38.95º 0.54% 0.59% -
HSV(B) 38.95º 0.55% 0.81% -
XYZ 41.53 41.69 16.21 -
YUV 170.52 84.25 154.02 -
System Red Green Blue C M Y K H S L
Decimal 207 167 93 0 0.19 0.55 0.19 38.95 0.54 0.59
Hex CF A7 5D 0 13 37 13 27 36 3B
Octal 317 247 135 0 23 67 23 47 66 73
Binary 11001111 10100111 1011101 0 10011 110111 10011 100111 110110 111011

Color Harmonies of #CFA75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA75D

Black with #CFA75D

Text Example


Text Example

White with #CFA75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA75D; }

 p { color: rgb(207,167,93); }

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

background-color css

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

 a { background-color: rgb(207,167,93); }

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

border-color css

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

 span { border-color: rgb(207,167,93); }

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