Html Css Color HEX #CBA559 Laser

📋 copy color: '#CBA559'

red 203 ◦ green 165 ◦ blue 89

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

Shades of Laser #CBA559

Tints of Laser #CBA559

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.11%

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

R = 44.42%
G = 36.11%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CBA559 (or 0xCBA559) is known color: Laser. HEX triplet: CB, A5 and 59. RGB value is (203,165,89). Sum of RGB (Red+Green+Blue) = 203+165+89=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 165 (64.84% from 255 or 36.11% from 457); Blue value is 89 (35.16% from 255 or 19.47% from 457); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA559 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA559 is #345AA6. Grayscale: #A8A8A8. Windows color (decimal): -3431079 or 5875147. OLE color: 5875147.

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

Color convert

RGB 203 165 89 -
CMYK 0 0.19 0.56 0.20
HSL 40º 0.52% 0.57% -
HSV(B) 40º 0.56% 0.8% -
XYZ 39.89 40.33 15.13 -
YUV 167.7 83.59 153.18 -
System Red Green Blue C M Y K H S L
Decimal 203 165 89 0 0.19 0.56 0.20 40 0.52 0.57
Hex CB A5 59 0 13 38 14 28 34 39
Octal 313 245 131 0 23 70 24 50 64 71
Binary 11001011 10100101 1011001 0 10011 111000 10100 101000 110100 111001

Color Harmonies of #CBA559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA559

Black with #CBA559

Text Example


Text Example

White with #CBA559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA559; }

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

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

background-color css

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

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

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

border-color css

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

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

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