Html Css Color HEX #CBA45F Apache

📋 copy color: '#CBA45F'

red 203 ◦ green 164 ◦ blue 95

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

Shades of Apache #CBA45F

Tints of Apache #CBA45F

RGB

 RED value IS 203 (79.69% from 255) = 43.94%

 GREEN value IS 164 (64.45% from 255) = 35.5%

 BLUE value IS 95 (37.5% from 255) = 20.56%

R = 43.94%
G = 35.5%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CBA45F (or 0xCBA45F) is known color: Apache. HEX triplet: CB, A4 and 5F. RGB value is (203,164,95). Sum of RGB (Red+Green+Blue) = 203+164+95=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 164 (64.45% from 255 or 35.50% from 462); Blue value is 95 (37.5% from 255 or 20.56% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA45F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA45F is #345BA0. Grayscale: #A8A8A8. Windows color (decimal): -3431329 or 6268107. OLE color: 6268107.

HSL color Cylindrical-coordinate representation of color #CBA45F: hue angle of 38.33º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CBA45F is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 164 95 -
CMYK 0 0.19 0.53 0.20
HSL 38.33º 0.51% 0.58% -
HSV(B) 38.33º 0.53% 0.8% -
XYZ 39.97 40.07 16.45 -
YUV 167.8 86.92 153.11 -
System Red Green Blue C M Y K H S L
Decimal 203 164 95 0 0.19 0.53 0.20 38.33 0.51 0.58
Hex CB A4 5F 0 13 35 14 26 33 3A
Octal 313 244 137 0 23 65 24 46 63 72
Binary 11001011 10100100 1011111 0 10011 110101 10100 100110 110011 111010

Color Harmonies of #CBA45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA45F

Black with #CBA45F

Text Example


Text Example

White with #CBA45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA45F; }

 p { color: rgb(203,164,95); }

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

background-color css

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

 a { background-color: rgb(203,164,95); }

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

border-color css

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

 span { border-color: rgb(203,164,95); }

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