Html Css Color HEX #CCAA63 Laser

📋 copy color: '#CCAA63'

red 204 ◦ green 170 ◦ blue 99

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

Shades of Laser #CCAA63

Tints of Laser #CCAA63

RGB

 RED value IS 204 (80.08% from 255) = 43.13%

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

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

R = 43.13%
G = 35.94%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CCAA63 (or 0xCCAA63) is known color: Laser. HEX triplet: CC, AA and 63. RGB value is (204,170,99). Sum of RGB (Red+Green+Blue) = 204+170+99=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 99 (39.06% from 255 or 20.93% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAA63 is #33559C. Grayscale: #ACACAC. Windows color (decimal): -3364253 or 6531788. OLE color: 6531788.

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

Color convert

RGB 204 170 99 -
CMYK 0 0.17 0.51 0.2
HSL 40.57º 0.51% 0.59% -
HSV(B) 40.57º 0.51% 0.8% -
XYZ 41.53 42.49 17.82 -
YUV 172.07 86.76 150.77 -
System Red Green Blue C M Y K H S L
Decimal 204 170 99 0 0.17 0.51 0.2 40.57 0.51 0.59
Hex CC AA 63 0 11 33 14 29 33 3B
Octal 314 252 143 0 21 63 24 51 63 73
Binary 11001100 10101010 1100011 0 10001 110011 10100 101001 110011 111011

Color Harmonies of #CCAA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAA63

Black with #CCAA63

Text Example


Text Example

White with #CCAA63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAA63; }

 p { color: rgb(204,170,99); }

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

background-color css

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

 a { background-color: rgb(204,170,99); }

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

border-color css

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

 span { border-color: rgb(204,170,99); }

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