Html Css Color HEX #CBA95D Laser

📋 copy color: '#CBA95D'

red 203 ◦ green 169 ◦ blue 93

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

Shades of Laser #CBA95D

Tints of Laser #CBA95D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.34%

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

R = 43.66%
G = 36.34%
B = 20%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CBA95D (or 0xCBA95D) is known color: Laser. HEX triplet: CB, A9 and 5D. RGB value is (203,169,93). Sum of RGB (Red+Green+Blue) = 203+169+93=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA95D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA95D is #3456A2. Grayscale: #AAAAAA. Windows color (decimal): -3430051 or 6138315. OLE color: 6138315.

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

Color convert

RGB 203 169 93 -
CMYK 0 0.17 0.54 0.20
HSL 41.45º 0.51% 0.58% -
HSV(B) 41.45º 0.54% 0.8% -
XYZ 40.79 41.86 16.29 -
YUV 170.5 84.26 151.18 -
System Red Green Blue C M Y K H S L
Decimal 203 169 93 0 0.17 0.54 0.20 41.45 0.51 0.58
Hex CB A9 5D 0 11 36 14 29 33 3A
Octal 313 251 135 0 21 66 24 51 63 72
Binary 11001011 10101001 1011101 0 10001 110110 10100 101001 110011 111010

Color Harmonies of #CBA95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA95D

Black with #CBA95D

Text Example


Text Example

White with #CBA95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA95D; }

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

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

background-color css

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

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

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

border-color css

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

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

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