Html Css Color HEX #CBA05D Apache

📋 copy color: '#CBA05D'

red 203 ◦ green 160 ◦ blue 93

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

Shades of Apache #CBA05D

Tints of Apache #CBA05D

RGB

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

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

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

R = 44.52%
G = 35.09%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CBA05D (or 0xCBA05D) is known color: Apache. HEX triplet: CB, A0 and 5D. RGB value is (203,160,93). Sum of RGB (Red+Green+Blue) = 203+160+93=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 160 (62.89% from 255 or 35.09% from 456); Blue value is 93 (36.72% from 255 or 20.39% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA05D is #345FA2. Grayscale: #A5A5A5. Windows color (decimal): -3432355 or 6136011. OLE color: 6136011.

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

Color convert

RGB 203 160 93 -
CMYK 0 0.21 0.54 0.20
HSL 36.55º 0.51% 0.58% -
HSV(B) 36.55º 0.54% 0.8% -
XYZ 39.18 38.63 15.75 -
YUV 165.22 87.25 154.95 -
System Red Green Blue C M Y K H S L
Decimal 203 160 93 0 0.21 0.54 0.20 36.55 0.51 0.58
Hex CB A0 5D 0 15 36 14 25 33 3A
Octal 313 240 135 0 25 66 24 45 63 72
Binary 11001011 10100000 1011101 0 10101 110110 10100 100101 110011 111010

Color Harmonies of #CBA05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA05D

Black with #CBA05D

Text Example


Text Example

White with #CBA05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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