Html Css Color HEX #CCAC5C Laser

📋 copy color: '#CCAC5C'

red 204 ◦ green 172 ◦ blue 92

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

Shades of Laser #CCAC5C

Tints of Laser #CCAC5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.66%

R = 43.59%
G = 36.75%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CCAC5C (or 0xCCAC5C) is known color: Laser. HEX triplet: CC, AC and 5C. RGB value is (204,172,92). Sum of RGB (Red+Green+Blue) = 204+172+92=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 92 (36.33% from 255 or 19.66% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAC5C is #3353A3. Grayscale: #ACACAC. Windows color (decimal): -3363748 or 6073548. OLE color: 6073548.

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

Color convert

RGB 204 172 92 -
CMYK 0 0.16 0.55 0.2
HSL 42.86º 0.52% 0.58% -
HSV(B) 42.86º 0.55% 0.8% -
XYZ 41.59 43.12 16.26 -
YUV 172.45 82.6 150.5 -
System Red Green Blue C M Y K H S L
Decimal 204 172 92 0 0.16 0.55 0.2 42.86 0.52 0.58
Hex CC AC 5C 0 10 37 14 2B 34 3A
Octal 314 254 134 0 20 67 24 53 64 72
Binary 11001100 10101100 1011100 0 10000 110111 10100 101011 110100 111010

Color Harmonies of #CCAC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC5C

Black with #CCAC5C

Text Example


Text Example

White with #CCAC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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