Html Css Color HEX #CBA563 Laser

📋 copy color: '#CBA563'

red 203 ◦ green 165 ◦ blue 99

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

Shades of Laser #CBA563

Tints of Laser #CBA563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.2%

R = 43.47%
G = 35.33%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CBA563 (or 0xCBA563) is known color: Laser. HEX triplet: CB, A5 and 63. RGB value is (203,165,99). Sum of RGB (Red+Green+Blue) = 203+165+99=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 99 (39.06% from 255 or 21.20% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA563 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA563 is #345A9C. Grayscale: #A9A9A9. Windows color (decimal): -3431069 or 6530507. OLE color: 6530507.

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

Color convert

RGB 203 165 99 -
CMYK 0 0.19 0.51 0.20
HSL 38.08º 0.5% 0.59% -
HSV(B) 38.08º 0.51% 0.8% -
XYZ 40.34 40.51 17.5 -
YUV 168.84 88.59 152.37 -
System Red Green Blue C M Y K H S L
Decimal 203 165 99 0 0.19 0.51 0.20 38.08 0.5 0.59
Hex CB A5 63 0 13 33 14 26 32 3B
Octal 313 245 143 0 23 63 24 46 62 73
Binary 11001011 10100101 1100011 0 10011 110011 10100 100110 110010 111011

Color Harmonies of #CBA563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA563

Black with #CBA563

Text Example


Text Example

White with #CBA563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA563; }

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

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

background-color css

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

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

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

border-color css

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

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

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