Html Css Color HEX #CBA558 Laser

📋 copy color: '#CBA558'

red 203 ◦ green 165 ◦ blue 88

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

Shades of Laser #CBA558

Tints of Laser #CBA558

RGB

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

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

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

R = 44.52%
G = 36.18%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CBA558 (or 0xCBA558) is known color: Laser. HEX triplet: CB, A5 and 58. RGB value is (203,165,88). Sum of RGB (Red+Green+Blue) = 203+165+88=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 165 (64.84% from 255 or 36.18% from 456); Blue value is 88 (34.77% from 255 or 19.30% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA558 is #345AA7. Grayscale: #A7A7A7. Windows color (decimal): -3431080 or 5809611. OLE color: 5809611.

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

Color convert

RGB 203 165 88 -
CMYK 0 0.19 0.57 0.20
HSL 40.17º 0.53% 0.57% -
HSV(B) 40.17º 0.57% 0.8% -
XYZ 39.85 40.31 14.91 -
YUV 167.58 83.09 153.26 -
System Red Green Blue C M Y K H S L
Decimal 203 165 88 0 0.19 0.57 0.20 40.17 0.53 0.57
Hex CB A5 58 0 13 39 14 28 35 39
Octal 313 245 130 0 23 71 24 50 65 71
Binary 11001011 10100101 1011000 0 10011 111001 10100 101000 110101 111001

Color Harmonies of #CBA558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA558

Black with #CBA558

Text Example


Text Example

White with #CBA558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA558; }

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

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

background-color css

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

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

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

border-color css

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

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

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