Html Css Color HEX #CBA659 Laser

📋 copy color: '#CBA659'

red 203 ◦ green 166 ◦ blue 89

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

Shades of Laser #CBA659

Tints of Laser #CBA659

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.24%

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

R = 44.32%
G = 36.24%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CBA659 (or 0xCBA659) is known color: Laser. HEX triplet: CB, A6 and 59. RGB value is (203,166,89). Sum of RGB (Red+Green+Blue) = 203+166+89=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 166 (65.23% from 255 or 36.24% from 458); Blue value is 89 (35.16% from 255 or 19.43% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA659 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA659 is #3459A6. Grayscale: #A8A8A8. Windows color (decimal): -3430823 or 5875403. OLE color: 5875403.

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

Color convert

RGB 203 166 89 -
CMYK 0 0.18 0.56 0.20
HSL 40.53º 0.52% 0.57% -
HSV(B) 40.53º 0.56% 0.8% -
XYZ 40.07 40.69 15.19 -
YUV 168.29 83.26 152.76 -
System Red Green Blue C M Y K H S L
Decimal 203 166 89 0 0.18 0.56 0.20 40.53 0.52 0.57
Hex CB A6 59 0 12 38 14 29 34 39
Octal 313 246 131 0 22 70 24 51 64 71
Binary 11001011 10100110 1011001 0 10010 111000 10100 101001 110100 111001

Color Harmonies of #CBA659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA659

Black with #CBA659

Text Example


Text Example

White with #CBA659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA659; }

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

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

background-color css

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

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

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

border-color css

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

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

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