Html Css Color HEX #CCAC5D Laser

📋 copy color: '#CCAC5D'

red 204 ◦ green 172 ◦ blue 93

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

Shades of Laser #CCAC5D

Tints of Laser #CCAC5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.83%

R = 43.5%
G = 36.67%
B = 19.83%

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

#CCAC5D (or 0xCCAC5D) is known color: Laser. HEX triplet: CC, AC and 5D. RGB value is (204,172,93). Sum of RGB (Red+Green+Blue) = 204+172+93=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 93 (36.72% from 255 or 19.83% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAC5D is #3353A2. Grayscale: #ACACAC. Windows color (decimal): -3363747 or 6139084. OLE color: 6139084.

HSL color Cylindrical-coordinate representation of color #CCAC5D: hue angle of 42.7º 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 #CCAC5D is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 172 93 -
CMYK 0 0.16 0.54 0.2
HSL 42.7º 0.52% 0.58% -
HSV(B) 42.7º 0.54% 0.8% -
XYZ 41.63 43.13 16.49 -
YUV 172.56 83.1 150.42 -
System Red Green Blue C M Y K H S L
Decimal 204 172 93 0 0.16 0.54 0.2 42.7 0.52 0.58
Hex CC AC 5D 0 10 36 14 2B 34 3A
Octal 314 254 135 0 20 66 24 53 64 72
Binary 11001100 10101100 1011101 0 10000 110110 10100 101011 110100 111010

Color Harmonies of #CCAC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC5D

Black with #CCAC5D

Text Example


Text Example

White with #CCAC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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