Html Css Color HEX #CBAB59 Laser

📋 copy color: '#CBAB59'

red 203 ◦ green 171 ◦ blue 89

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

Shades of Laser #CBAB59

Tints of Laser #CBAB59

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.93%

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

R = 43.84%
G = 36.93%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CBAB59 (or 0xCBAB59) is known color: Laser. HEX triplet: CB, AB and 59. RGB value is (203,171,89). Sum of RGB (Red+Green+Blue) = 203+171+89=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 89 (35.16% from 255 or 19.22% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAB59 is #3454A6. Grayscale: #ABABAB. Windows color (decimal): -3429543 or 5876683. OLE color: 5876683.

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

Color convert

RGB 203 171 89 -
CMYK 0 0.16 0.56 0.20
HSL 43.16º 0.52% 0.57% -
HSV(B) 43.16º 0.56% 0.8% -
XYZ 40.99 42.54 15.5 -
YUV 171.22 81.6 150.67 -
System Red Green Blue C M Y K H S L
Decimal 203 171 89 0 0.16 0.56 0.20 43.16 0.52 0.57
Hex CB AB 59 0 10 38 14 2B 34 39
Octal 313 253 131 0 20 70 24 53 64 71
Binary 11001011 10101011 1011001 0 10000 111000 10100 101011 110100 111001

Color Harmonies of #CBAB59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAB59

Black with #CBAB59

Text Example


Text Example

White with #CBAB59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAB59; }

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

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

background-color css

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

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

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

border-color css

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

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

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