Html Css Color HEX #CBA255 Apache

📋 copy color: '#CBA255'

red 203 ◦ green 162 ◦ blue 85

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

Shades of Apache #CBA255

Tints of Apache #CBA255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.89%

R = 45.11%
G = 36%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#CBA255 (or 0xCBA255) is known color: Apache. HEX triplet: CB, A2 and 55. RGB value is (203,162,85). Sum of RGB (Red+Green+Blue) = 203+162+85=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 162 (63.67% from 255 or 36% from 450); Blue value is 85 (33.59% from 255 or 18.89% from 450); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA255 is #345DAA. Grayscale: #A5A5A5. Windows color (decimal): -3431851 or 5612235. OLE color: 5612235.

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

Color convert

RGB 203 162 85 -
CMYK 0 0.20 0.58 0.20
HSL 39.15º 0.53% 0.56% -
HSV(B) 39.15º 0.58% 0.8% -
XYZ 39.19 39.19 14.09 -
YUV 165.48 82.58 154.76 -
System Red Green Blue C M Y K H S L
Decimal 203 162 85 0 0.20 0.58 0.20 39.15 0.53 0.56
Hex CB A2 55 0 14 3A 14 27 35 38
Octal 313 242 125 0 24 72 24 47 65 70
Binary 11001011 10100010 1010101 0 10100 111010 10100 100111 110101 111000

Color Harmonies of #CBA255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA255

Black with #CBA255

Text Example


Text Example

White with #CBA255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA255; }

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

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

background-color css

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

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

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

border-color css

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

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

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