Html Css Color HEX #CBA253 Apache

📋 copy color: '#CBA253'

red 203 ◦ green 162 ◦ blue 83

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

Shades of Apache #CBA253

Tints of Apache #CBA253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.53%

R = 45.31%
G = 36.16%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#CBA253 (or 0xCBA253) is known color: Apache. HEX triplet: CB, A2 and 53. RGB value is (203,162,83). Sum of RGB (Red+Green+Blue) = 203+162+83=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 162 (63.67% from 255 or 36.16% from 448); Blue value is 83 (32.81% from 255 or 18.53% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA253 is #345DAC. Grayscale: #A5A5A5. Windows color (decimal): -3431853 or 5481163. OLE color: 5481163.

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

Color convert

RGB 203 162 83 -
CMYK 0 0.20 0.59 0.20
HSL 39.5º 0.54% 0.56% -
HSV(B) 39.5º 0.59% 0.8% -
XYZ 39.11 39.16 13.68 -
YUV 165.25 81.58 154.92 -
System Red Green Blue C M Y K H S L
Decimal 203 162 83 0 0.20 0.59 0.20 39.5 0.54 0.56
Hex CB A2 53 0 14 3B 14 28 36 38
Octal 313 242 123 0 24 73 24 50 66 70
Binary 11001011 10100010 1010011 0 10100 111011 10100 101000 110110 111000

Color Harmonies of #CBA253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA253

Black with #CBA253

Text Example


Text Example

White with #CBA253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA253; }

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

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

background-color css

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

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

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

border-color css

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

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

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