Html Css Color HEX #CBA05F Apache

📋 copy color: '#CBA05F'

red 203 ◦ green 160 ◦ blue 95

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

Shades of Apache #CBA05F

Tints of Apache #CBA05F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.93%

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

R = 44.32%
G = 34.93%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CBA05F (or 0xCBA05F) is known color: Apache. HEX triplet: CB, A0 and 5F. RGB value is (203,160,95). Sum of RGB (Red+Green+Blue) = 203+160+95=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 95 (37.5% from 255 or 20.74% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA05F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA05F is #345FA0. Grayscale: #A5A5A5. Windows color (decimal): -3432353 or 6267083. OLE color: 6267083.

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

Color convert

RGB 203 160 95 -
CMYK 0 0.21 0.53 0.20
HSL 36.11º 0.51% 0.58% -
HSV(B) 36.11º 0.53% 0.8% -
XYZ 39.26 38.66 16.22 -
YUV 165.45 88.25 154.79 -
System Red Green Blue C M Y K H S L
Decimal 203 160 95 0 0.21 0.53 0.20 36.11 0.51 0.58
Hex CB A0 5F 0 15 35 14 24 33 3A
Octal 313 240 137 0 25 65 24 44 63 72
Binary 11001011 10100000 1011111 0 10101 110101 10100 100100 110011 111010

Color Harmonies of #CBA05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA05F

Black with #CBA05F

Text Example


Text Example

White with #CBA05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA05F; }

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

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

background-color css

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

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

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

border-color css

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

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

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