Html Css Color HEX #CBA35F Apache

📋 copy color: '#CBA35F'

red 203 ◦ green 163 ◦ blue 95

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

Shades of Apache #CBA35F

Tints of Apache #CBA35F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.36%

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

R = 44.03%
G = 35.36%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CBA35F (or 0xCBA35F) is known color: Apache. HEX triplet: CB, A3 and 5F. RGB value is (203,163,95). Sum of RGB (Red+Green+Blue) = 203+163+95=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 163 (64.06% from 255 or 35.36% from 461); Blue value is 95 (37.5% from 255 or 20.61% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA35F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA35F is #345CA0. Grayscale: #A7A7A7. Windows color (decimal): -3431585 or 6267851. OLE color: 6267851.

HSL color Cylindrical-coordinate representation of color #CBA35F: hue angle of 37.78º 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 #CBA35F is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 163 95 -
CMYK 0 0.20 0.53 0.20
HSL 37.78º 0.51% 0.58% -
HSV(B) 37.78º 0.53% 0.8% -
XYZ 39.79 39.72 16.4 -
YUV 167.21 87.25 153.53 -
System Red Green Blue C M Y K H S L
Decimal 203 163 95 0 0.20 0.53 0.20 37.78 0.51 0.58
Hex CB A3 5F 0 14 35 14 26 33 3A
Octal 313 243 137 0 24 65 24 46 63 72
Binary 11001011 10100011 1011111 0 10100 110101 10100 100110 110011 111010

Color Harmonies of #CBA35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA35F

Black with #CBA35F

Text Example


Text Example

White with #CBA35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA35F; }

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

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

background-color css

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

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

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

border-color css

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

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

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