Html Css Color HEX #CBA959 Laser

📋 copy color: '#CBA959'

red 203 ◦ green 169 ◦ blue 89

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

Shades of Laser #CBA959

Tints of Laser #CBA959

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.66%

 BLUE value IS 89 (35.16% from 255) = 19.31%

R = 44.03%
G = 36.66%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CBA959 (or 0xCBA959) is known color: Laser. HEX triplet: CB, A9 and 59. RGB value is (203,169,89). Sum of RGB (Red+Green+Blue) = 203+169+89=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 169 (66.41% from 255 or 36.66% from 461); Blue value is 89 (35.16% from 255 or 19.31% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA959 is #3456A6. Grayscale: #AAAAAA. Windows color (decimal): -3430055 or 5876171. OLE color: 5876171.

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

Color convert

RGB 203 169 89 -
CMYK 0 0.17 0.56 0.20
HSL 42.11º 0.52% 0.57% -
HSV(B) 42.11º 0.56% 0.8% -
XYZ 40.62 41.79 15.38 -
YUV 170.05 82.26 151.5 -
System Red Green Blue C M Y K H S L
Decimal 203 169 89 0 0.17 0.56 0.20 42.11 0.52 0.57
Hex CB A9 59 0 11 38 14 2A 34 39
Octal 313 251 131 0 21 70 24 52 64 71
Binary 11001011 10101001 1011001 0 10001 111000 10100 101010 110100 111001

Color Harmonies of #CBA959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA959

Black with #CBA959

Text Example


Text Example

White with #CBA959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA959; }

 p { color: rgb(203,169,89); }

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

background-color css

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

 a { background-color: rgb(203,169,89); }

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

border-color css

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

 span { border-color: rgb(203,169,89); }

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