Html Css Color HEX #CCAB5E Laser

📋 copy color: '#CCAB5E'

red 204 ◦ green 171 ◦ blue 94

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

Shades of Laser #CCAB5E

Tints of Laser #CCAB5E

RGB

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

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

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

R = 43.5%
G = 36.46%
B = 20.04%

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

#CCAB5E (or 0xCCAB5E) is known color: Laser. HEX triplet: CC, AB and 5E. RGB value is (204,171,94). Sum of RGB (Red+Green+Blue) = 204+171+94=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 94 (37.11% from 255 or 20.04% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAB5E is #3354A1. Grayscale: #ACACAC. Windows color (decimal): -3364002 or 6204364. OLE color: 6204364.

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

Color convert

RGB 204 171 94 -
CMYK 0 0.16 0.54 0.2
HSL 42º 0.52% 0.58% -
HSV(B) 42º 0.54% 0.8% -
XYZ 41.49 42.77 16.66 -
YUV 172.09 83.93 150.76 -
System Red Green Blue C M Y K H S L
Decimal 204 171 94 0 0.16 0.54 0.2 42 0.52 0.58
Hex CC AB 5E 0 10 36 14 2A 34 3A
Octal 314 253 136 0 20 66 24 52 64 72
Binary 11001100 10101011 1011110 0 10000 110110 10100 101010 110100 111010

Color Harmonies of #CCAB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAB5E

Black with #CCAB5E

Text Example


Text Example

White with #CCAB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAB5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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