Html Css Color HEX #CCAC5E Laser

📋 copy color: '#CCAC5E'

red 204 ◦ green 172 ◦ blue 94

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

Shades of Laser #CCAC5E

Tints of Laser #CCAC5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20%

R = 43.4%
G = 36.6%
B = 20%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CCAC5E (or 0xCCAC5E) is known color: Laser. HEX triplet: CC, AC and 5E. RGB value is (204,172,94). Sum of RGB (Red+Green+Blue) = 204+172+94=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 94 (37.11% from 255 or 20% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAC5E is #3353A1. Grayscale: #ADADAD. Windows color (decimal): -3363746 or 6204620. OLE color: 6204620.

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

Color convert

RGB 204 172 94 -
CMYK 0 0.16 0.54 0.2
HSL 42.55º 0.52% 0.58% -
HSV(B) 42.55º 0.54% 0.8% -
XYZ 41.67 43.15 16.72 -
YUV 172.68 83.6 150.34 -
System Red Green Blue C M Y K H S L
Decimal 204 172 94 0 0.16 0.54 0.2 42.55 0.52 0.58
Hex CC AC 5E 0 10 36 14 2B 34 3A
Octal 314 254 136 0 20 66 24 53 64 72
Binary 11001100 10101100 1011110 0 10000 110110 10100 101011 110100 111010

Color Harmonies of #CCAC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC5E

Black with #CCAC5E

Text Example


Text Example

White with #CCAC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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