Html Css Color HEX #CBA863 Laser

📋 copy color: '#CBA863'

red 203 ◦ green 168 ◦ blue 99

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

Shades of Laser #CBA863

Tints of Laser #CBA863

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.74%

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

R = 43.19%
G = 35.74%
B = 21.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CBA863 (or 0xCBA863) is known color: Laser. HEX triplet: CB, A8 and 63. RGB value is (203,168,99). Sum of RGB (Red+Green+Blue) = 203+168+99=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 99 (39.06% from 255 or 21.06% from 470); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA863 is #34579C. Grayscale: #AAAAAA. Windows color (decimal): -3430301 or 6531275. OLE color: 6531275.

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

Color convert

RGB 203 168 99 -
CMYK 0 0.17 0.51 0.20
HSL 39.81º 0.5% 0.59% -
HSV(B) 39.81º 0.51% 0.8% -
XYZ 40.88 41.6 17.68 -
YUV 170.6 87.6 151.11 -
System Red Green Blue C M Y K H S L
Decimal 203 168 99 0 0.17 0.51 0.20 39.81 0.5 0.59
Hex CB A8 63 0 11 33 14 28 32 3B
Octal 313 250 143 0 21 63 24 50 62 73
Binary 11001011 10101000 1100011 0 10001 110011 10100 101000 110010 111011

Color Harmonies of #CBA863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA863

Black with #CBA863

Text Example


Text Example

White with #CBA863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA863; }

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

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

background-color css

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

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

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

border-color css

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

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

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