Html Css Color HEX #CBAB58 Laser

📋 copy color: '#CBAB58'

red 203 ◦ green 171 ◦ blue 88

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

Shades of Laser #CBAB58

Tints of Laser #CBAB58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.05%

R = 43.94%
G = 37.01%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CBAB58 (or 0xCBAB58) is known color: Laser. HEX triplet: CB, AB and 58. RGB value is (203,171,88). Sum of RGB (Red+Green+Blue) = 203+171+88=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 88 (34.77% from 255 or 19.05% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAB58 is #3454A7. Grayscale: #ABABAB. Windows color (decimal): -3429544 or 5811147. OLE color: 5811147.

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

Color convert

RGB 203 171 88 -
CMYK 0 0.16 0.57 0.20
HSL 43.3º 0.53% 0.57% -
HSV(B) 43.3º 0.57% 0.8% -
XYZ 40.95 42.53 15.28 -
YUV 171.11 81.1 150.75 -
System Red Green Blue C M Y K H S L
Decimal 203 171 88 0 0.16 0.57 0.20 43.3 0.53 0.57
Hex CB AB 58 0 10 39 14 2B 35 39
Octal 313 253 130 0 20 71 24 53 65 71
Binary 11001011 10101011 1011000 0 10000 111001 10100 101011 110101 111001

Color Harmonies of #CBAB58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAB58

Black with #CBAB58

Text Example


Text Example

White with #CBAB58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAB58; }

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

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

background-color css

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

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

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

border-color css

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

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

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