Html Css Color HEX #CCAC59 Laser

📋 copy color: '#CCAC59'

red 204 ◦ green 172 ◦ blue 89

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

Shades of Laser #CCAC59

Tints of Laser #CCAC59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 19.14%

R = 43.87%
G = 36.99%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CCAC59 (or 0xCCAC59) is known color: Laser. HEX triplet: CC, AC and 59. RGB value is (204,172,89). Sum of RGB (Red+Green+Blue) = 204+172+89=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 89 (35.16% from 255 or 19.14% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAC59 is #3353A6. Grayscale: #ACACAC. Windows color (decimal): -3363751 or 5876940. OLE color: 5876940.

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

Color convert

RGB 204 172 89 -
CMYK 0 0.16 0.56 0.2
HSL 43.3º 0.53% 0.57% -
HSV(B) 43.3º 0.56% 0.8% -
XYZ 41.46 43.06 15.58 -
YUV 172.11 81.1 150.75 -
System Red Green Blue C M Y K H S L
Decimal 204 172 89 0 0.16 0.56 0.2 43.3 0.53 0.57
Hex CC AC 59 0 10 38 14 2B 35 39
Octal 314 254 131 0 20 70 24 53 65 71
Binary 11001100 10101100 1011001 0 10000 111000 10100 101011 110101 111001

Color Harmonies of #CCAC59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC59

Black with #CCAC59

Text Example


Text Example

White with #CCAC59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC59; }

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

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

background-color css

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

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

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

border-color css

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

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

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