Html Css Color HEX #CCA958 Laser

📋 copy color: '#CCA958'

red 204 ◦ green 169 ◦ blue 88

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

Shades of Laser #CCA958

Tints of Laser #CCA958

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.66%

 BLUE value IS 88 (34.77% from 255) = 19.09%

R = 44.25%
G = 36.66%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CCA958 (or 0xCCA958) is known color: Laser. HEX triplet: CC, A9 and 58. RGB value is (204,169,88). Sum of RGB (Red+Green+Blue) = 204+169+88=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 169 (66.41% from 255 or 36.66% from 461); Blue value is 88 (34.77% from 255 or 19.09% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA958 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA958 is #3356A7. Grayscale: #AAAAAA. Windows color (decimal): -3364520 or 5810636. OLE color: 5810636.

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

Color convert

RGB 204 169 88 -
CMYK 0 0.17 0.57 0.2
HSL 41.9º 0.53% 0.57% -
HSV(B) 41.9º 0.57% 0.8% -
XYZ 40.85 41.92 15.17 -
YUV 170.23 81.6 152.09 -
System Red Green Blue C M Y K H S L
Decimal 204 169 88 0 0.17 0.57 0.2 41.9 0.53 0.57
Hex CC A9 58 0 11 39 14 2A 35 39
Octal 314 251 130 0 21 71 24 52 65 71
Binary 11001100 10101001 1011000 0 10001 111001 10100 101010 110101 111001

Color Harmonies of #CCA958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA958

Black with #CCA958

Text Example


Text Example

White with #CCA958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA958; }

 p { color: rgb(204,169,88); }

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

background-color css

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

 a { background-color: rgb(204,169,88); }

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

border-color css

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

 span { border-color: rgb(204,169,88); }

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