Html Css Color HEX #CCAB57 Laser

📋 copy color: '#CCAB57'

red 204 ◦ green 171 ◦ blue 87

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

Shades of Laser #CCAB57

Tints of Laser #CCAB57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 18.83%

R = 44.16%
G = 37.01%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CCAB57 (or 0xCCAB57) is known color: Laser. HEX triplet: CC, AB and 57. RGB value is (204,171,87). Sum of RGB (Red+Green+Blue) = 204+171+87=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 87 (34.38% from 255 or 18.83% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAB57 is #3354A8. Grayscale: #ABABAB. Windows color (decimal): -3364009 or 5745612. OLE color: 5745612.

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

Color convert

RGB 204 171 87 -
CMYK 0 0.16 0.57 0.2
HSL 43.08º 0.53% 0.57% -
HSV(B) 43.08º 0.57% 0.8% -
XYZ 41.19 42.65 15.08 -
YUV 171.29 80.43 151.33 -
System Red Green Blue C M Y K H S L
Decimal 204 171 87 0 0.16 0.57 0.2 43.08 0.53 0.57
Hex CC AB 57 0 10 39 14 2B 35 39
Octal 314 253 127 0 20 71 24 53 65 71
Binary 11001100 10101011 1010111 0 10000 111001 10100 101011 110101 111001

Color Harmonies of #CCAB57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAB57

Black with #CCAB57

Text Example


Text Example

White with #CCAB57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAB57; }

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

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

background-color css

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

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

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

border-color css

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

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

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