Html Css Color HEX #CBA05E Apache

📋 copy color: '#CBA05E'

red 203 ◦ green 160 ◦ blue 94

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

Shades of Apache #CBA05E

Tints of Apache #CBA05E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.57%

R = 44.42%
G = 35.01%
B = 20.57%

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

#CBA05E (or 0xCBA05E) is known color: Apache. HEX triplet: CB, A0 and 5E. RGB value is (203,160,94). Sum of RGB (Red+Green+Blue) = 203+160+94=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 160 (62.89% from 255 or 35.01% from 457); Blue value is 94 (37.11% from 255 or 20.57% from 457); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA05E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA05E is #345FA1. Grayscale: #A5A5A5. Windows color (decimal): -3432354 or 6201547. OLE color: 6201547.

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

Color convert

RGB 203 160 94 -
CMYK 0 0.21 0.54 0.20
HSL 36.33º 0.51% 0.58% -
HSV(B) 36.33º 0.54% 0.8% -
XYZ 39.22 38.65 15.98 -
YUV 165.33 87.75 154.87 -
System Red Green Blue C M Y K H S L
Decimal 203 160 94 0 0.21 0.54 0.20 36.33 0.51 0.58
Hex CB A0 5E 0 15 36 14 24 33 3A
Octal 313 240 136 0 25 66 24 44 63 72
Binary 11001011 10100000 1011110 0 10101 110110 10100 100100 110011 111010

Color Harmonies of #CBA05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA05E

Black with #CBA05E

Text Example


Text Example

White with #CBA05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA05E; }

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

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

background-color css

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

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

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

border-color css

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

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

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