Html Css Color HEX #CCAC64 Laser

📋 copy color: '#CCAC64'

red 204 ◦ green 172 ◦ blue 100

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

Shades of Laser #CCAC64

Tints of Laser #CCAC64

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.13%

 BLUE value IS 100 (39.45% from 255) = 21.01%

R = 42.86%
G = 36.13%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CCAC64 (or 0xCCAC64) is known color: Laser. HEX triplet: CC, AC and 64. RGB value is (204,172,100). Sum of RGB (Red+Green+Blue) = 204+172+100=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 100 (39.45% from 255 or 21.01% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAC64 is #33539B. Grayscale: #ADADAD. Windows color (decimal): -3363740 or 6597836. OLE color: 6597836.

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

Color convert

RGB 204 172 100 -
CMYK 0 0.16 0.51 0.2
HSL 41.54º 0.5% 0.6% -
HSV(B) 41.54º 0.51% 0.8% -
XYZ 41.95 43.26 18.2 -
YUV 173.36 86.6 149.85 -
System Red Green Blue C M Y K H S L
Decimal 204 172 100 0 0.16 0.51 0.2 41.54 0.5 0.6
Hex CC AC 64 0 10 33 14 2A 32 3C
Octal 314 254 144 0 20 63 24 52 62 74
Binary 11001100 10101100 1100100 0 10000 110011 10100 101010 110010 111100

Color Harmonies of #CCAC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC64

Black with #CCAC64

Text Example


Text Example

White with #CCAC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC64; }

 p { color: rgb(204,172,100); }

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

background-color css

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

 a { background-color: rgb(204,172,100); }

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

border-color css

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

 span { border-color: rgb(204,172,100); }

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