#CBAF58

Color #CBAF58 Laser (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laser #CBAF58

Tints of Laser #CBAF58

Color information

#CBAF58 (or 0xCBAF58) is unknown color: approx Laser. HEX triplet: CB, AF and 58. RGB value is (203,175,88). Sum of RGB (Red+Green+Blue) = 203+175+88=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 88 (34.77% from 255 or 18.88% from 466); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAF58 is #3450A7. Grayscale: #ADADAD. Windows color (decimal): -3428520 or 5812171. OLE color: 5812171.

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

Color convert

RGB20317588-
CMYK00.140.570.20
HSL45.39º52.51%57.06%-
HSV(B)45.39º56.65%79.61%-
XYZ41.7244.0615.54-
YUV173.4579.78149.07-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.56%
GREEN value IS 175 (68.75% from 255) = 37.55%
BLUE value IS 88 (34.77% from 255) = 18.88%
R=43.56%
G=37.55%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031758800.140.570.2045.3952.5157.06
HexCBAF580E39142d3539
Octal3132571300167124556571
Binary110010111010111110110000111011100110100101101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAF58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAF58; }

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

 H1.HeaderClassName
 {
   color: #CBAF58;
 }
 .AnyTagClassName
 {
   color: #CBAF58;
 }
</style>
background-color css

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

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

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

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

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

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