Html Css Color HEX #CCAB5D Laser

📋 copy color: '#CCAB5D'

red 204 ◦ green 171 ◦ blue 93

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

Shades of Laser #CCAB5D

Tints of Laser #CCAB5D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.54%

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

R = 43.59%
G = 36.54%
B = 19.87%

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

#CCAB5D (or 0xCCAB5D) is known color: Laser. HEX triplet: CC, AB and 5D. RGB value is (204,171,93). Sum of RGB (Red+Green+Blue) = 204+171+93=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 93 (36.72% from 255 or 19.87% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAB5D is #3354A2. Grayscale: #ACACAC. Windows color (decimal): -3364003 or 6138828. OLE color: 6138828.

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

Color convert

RGB 204 171 93 -
CMYK 0 0.16 0.54 0.2
HSL 42.16º 0.52% 0.58% -
HSV(B) 42.16º 0.54% 0.8% -
XYZ 41.44 42.75 16.42 -
YUV 171.98 83.43 150.84 -
System Red Green Blue C M Y K H S L
Decimal 204 171 93 0 0.16 0.54 0.2 42.16 0.52 0.58
Hex CC AB 5D 0 10 36 14 2A 34 3A
Octal 314 253 135 0 20 66 24 52 64 72
Binary 11001100 10101011 1011101 0 10000 110110 10100 101010 110100 111010

Color Harmonies of #CCAB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAB5D

Black with #CCAB5D

Text Example


Text Example

White with #CCAB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAB5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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