Html Css Color HEX #CBA562 Laser

📋 copy color: '#CBA562'

red 203 ◦ green 165 ◦ blue 98

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

Shades of Laser #CBA562

Tints of Laser #CBA562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.03%

R = 43.56%
G = 35.41%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CBA562 (or 0xCBA562) is known color: Laser. HEX triplet: CB, A5 and 62. RGB value is (203,165,98). Sum of RGB (Red+Green+Blue) = 203+165+98=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 98 (38.67% from 255 or 21.03% from 466); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA562 is #345A9D. Grayscale: #A9A9A9. Windows color (decimal): -3431070 or 6464971. OLE color: 6464971.

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

Color convert

RGB 203 165 98 -
CMYK 0 0.19 0.52 0.20
HSL 38.29º 0.5% 0.59% -
HSV(B) 38.29º 0.52% 0.8% -
XYZ 40.29 40.49 17.25 -
YUV 168.72 88.09 152.45 -
System Red Green Blue C M Y K H S L
Decimal 203 165 98 0 0.19 0.52 0.20 38.29 0.5 0.59
Hex CB A5 62 0 13 34 14 26 32 3B
Octal 313 245 142 0 23 64 24 46 62 73
Binary 11001011 10100101 1100010 0 10011 110100 10100 100110 110010 111011

Color Harmonies of #CBA562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA562

Black with #CBA562

Text Example


Text Example

White with #CBA562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA562; }

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

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

background-color css

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

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

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

border-color css

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

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

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