Html Css Color HEX #CBA55D Laser

📋 copy color: '#CBA55D'

red 203 ◦ green 165 ◦ blue 93

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

Shades of Laser #CBA55D

Tints of Laser #CBA55D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.17%

R = 44.03%
G = 35.79%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CBA55D (or 0xCBA55D) is known color: Laser. HEX triplet: CB, A5 and 5D. RGB value is (203,165,93). Sum of RGB (Red+Green+Blue) = 203+165+93=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA55D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA55D is #345AA2. Grayscale: #A8A8A8. Windows color (decimal): -3431075 or 6137291. OLE color: 6137291.

HSL color Cylindrical-coordinate representation of color #CBA55D: hue angle of 39.27º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CBA55D is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 165 93 -
CMYK 0 0.19 0.54 0.20
HSL 39.27º 0.51% 0.58% -
HSV(B) 39.27º 0.54% 0.8% -
XYZ 40.06 40.4 16.04 -
YUV 168.15 85.59 152.85 -
System Red Green Blue C M Y K H S L
Decimal 203 165 93 0 0.19 0.54 0.20 39.27 0.51 0.58
Hex CB A5 5D 0 13 36 14 27 33 3A
Octal 313 245 135 0 23 66 24 47 63 72
Binary 11001011 10100101 1011101 0 10011 110110 10100 100111 110011 111010

Color Harmonies of #CBA55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA55D

Black with #CBA55D

Text Example


Text Example

White with #CBA55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA55D; }

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

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

background-color css

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

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

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

border-color css

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

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

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