Html Css Color HEX #CBA25E Apache

📋 copy color: '#CBA25E'

red 203 ◦ green 162 ◦ blue 94

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

Shades of Apache #CBA25E

Tints of Apache #CBA25E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.29%

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

R = 44.23%
G = 35.29%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CBA25E (or 0xCBA25E) is known color: Apache. HEX triplet: CB, A2 and 5E. RGB value is (203,162,94). Sum of RGB (Red+Green+Blue) = 203+162+94=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 162 (63.67% from 255 or 35.29% from 459); Blue value is 94 (37.11% from 255 or 20.48% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA25E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA25E is #345DA1. Grayscale: #A6A6A6. Windows color (decimal): -3431842 or 6202059. OLE color: 6202059.

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

Color convert

RGB 203 162 94 -
CMYK 0 0.20 0.54 0.20
HSL 37.43º 0.51% 0.58% -
HSV(B) 37.43º 0.54% 0.8% -
XYZ 39.57 39.35 16.1 -
YUV 166.51 87.08 154.03 -
System Red Green Blue C M Y K H S L
Decimal 203 162 94 0 0.20 0.54 0.20 37.43 0.51 0.58
Hex CB A2 5E 0 14 36 14 25 33 3A
Octal 313 242 136 0 24 66 24 45 63 72
Binary 11001011 10100010 1011110 0 10100 110110 10100 100101 110011 111010

Color Harmonies of #CBA25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA25E

Black with #CBA25E

Text Example


Text Example

White with #CBA25E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA25E; }

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

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

background-color css

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

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

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

border-color css

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

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

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