Html Css Color HEX #CBA658 Laser

📋 copy color: '#CBA658'

red 203 ◦ green 166 ◦ blue 88

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

Shades of Laser #CBA658

Tints of Laser #CBA658

RGB

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

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

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

R = 44.42%
G = 36.32%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CBA658 (or 0xCBA658) is known color: Laser. HEX triplet: CB, A6 and 58. RGB value is (203,166,88). Sum of RGB (Red+Green+Blue) = 203+166+88=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 88 (34.77% from 255 or 19.26% from 457); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA658 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA658 is #3459A7. Grayscale: #A8A8A8. Windows color (decimal): -3430824 or 5809867. OLE color: 5809867.

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

Color convert

RGB 203 166 88 -
CMYK 0 0.18 0.57 0.20
HSL 40.7º 0.53% 0.57% -
HSV(B) 40.7º 0.57% 0.8% -
XYZ 40.03 40.67 14.97 -
YUV 168.17 82.76 152.84 -
System Red Green Blue C M Y K H S L
Decimal 203 166 88 0 0.18 0.57 0.20 40.7 0.53 0.57
Hex CB A6 58 0 12 39 14 29 35 39
Octal 313 246 130 0 22 71 24 51 65 71
Binary 11001011 10100110 1011000 0 10010 111001 10100 101001 110101 111001

Color Harmonies of #CBA658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA658

Black with #CBA658

Text Example


Text Example

White with #CBA658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA658; }

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

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

background-color css

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

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

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

border-color css

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

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

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