Html Css Color HEX #CBA357 Apache

📋 copy color: '#CBA357'

red 203 ◦ green 163 ◦ blue 87

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

Shades of Apache #CBA357

Tints of Apache #CBA357

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.98%

 BLUE value IS 87 (34.38% from 255) = 19.21%

R = 44.81%
G = 35.98%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CBA357 (or 0xCBA357) is known color: Apache. HEX triplet: CB, A3 and 57. RGB value is (203,163,87). Sum of RGB (Red+Green+Blue) = 203+163+87=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 163 (64.06% from 255 or 35.98% from 453); Blue value is 87 (34.38% from 255 or 19.21% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA357 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA357 is #345CA8. Grayscale: #A6A6A6. Windows color (decimal): -3431593 or 5743563. OLE color: 5743563.

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

Color convert

RGB 203 163 87 -
CMYK 0 0.20 0.57 0.20
HSL 39.31º 0.53% 0.57% -
HSV(B) 39.31º 0.57% 0.8% -
XYZ 39.45 39.58 14.58 -
YUV 166.3 83.25 154.18 -
System Red Green Blue C M Y K H S L
Decimal 203 163 87 0 0.20 0.57 0.20 39.31 0.53 0.57
Hex CB A3 57 0 14 39 14 27 35 39
Octal 313 243 127 0 24 71 24 47 65 71
Binary 11001011 10100011 1010111 0 10100 111001 10100 100111 110101 111001

Color Harmonies of #CBA357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA357

Black with #CBA357

Text Example


Text Example

White with #CBA357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA357; }

 p { color: rgb(203,163,87); }

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

background-color css

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

 a { background-color: rgb(203,163,87); }

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

border-color css

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

 span { border-color: rgb(203,163,87); }

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