Html Css Color HEX #CBAA60 Laser

📋 copy color: '#CBAA60'

red 203 ◦ green 170 ◦ blue 96

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

Shades of Laser #CBAA60

Tints of Laser #CBAA60

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.25%

 BLUE value IS 96 (37.89% from 255) = 20.47%

R = 43.28%
G = 36.25%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CBAA60 (or 0xCBAA60) is known color: Laser. HEX triplet: CB, AA and 60. RGB value is (203,170,96). Sum of RGB (Red+Green+Blue) = 203+170+96=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 96 (37.89% from 255 or 20.47% from 469); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAA60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAA60 is #34559F. Grayscale: #ABABAB. Windows color (decimal): -3429792 or 6335179. OLE color: 6335179.

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

Color convert

RGB 203 170 96 -
CMYK 0 0.16 0.53 0.20
HSL 41.5º 0.51% 0.59% -
HSV(B) 41.5º 0.53% 0.8% -
XYZ 41.11 42.29 17.06 -
YUV 171.43 85.43 150.52 -
System Red Green Blue C M Y K H S L
Decimal 203 170 96 0 0.16 0.53 0.20 41.5 0.51 0.59
Hex CB AA 60 0 10 35 14 29 33 3B
Octal 313 252 140 0 20 65 24 51 63 73
Binary 11001011 10101010 1100000 0 10000 110101 10100 101001 110011 111011

Color Harmonies of #CBAA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAA60

Black with #CBAA60

Text Example


Text Example

White with #CBAA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAA60; }

 p { color: rgb(203,170,96); }

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

background-color css

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

 a { background-color: rgb(203,170,96); }

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

border-color css

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

 span { border-color: rgb(203,170,96); }

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