Html Css Color HEX #CCA961 Laser

📋 copy color: '#CCA961'

red 204 ◦ green 169 ◦ blue 97

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

Shades of Laser #CCA961

Tints of Laser #CCA961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.64%

R = 43.4%
G = 35.96%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CCA961 (or 0xCCA961) is known color: Laser. HEX triplet: CC, A9 and 61. RGB value is (204,169,97). Sum of RGB (Red+Green+Blue) = 204+169+97=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 169 (66.41% from 255 or 35.96% from 470); Blue value is 97 (38.28% from 255 or 20.64% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA961 is #33569E. Grayscale: #ABABAB. Windows color (decimal): -3364511 or 6400460. OLE color: 6400460.

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

Color convert

RGB 204 169 97 -
CMYK 0 0.17 0.52 0.2
HSL 40.37º 0.51% 0.59% -
HSV(B) 40.37º 0.52% 0.8% -
XYZ 41.25 42.08 17.26 -
YUV 171.26 86.1 151.35 -
System Red Green Blue C M Y K H S L
Decimal 204 169 97 0 0.17 0.52 0.2 40.37 0.51 0.59
Hex CC A9 61 0 11 34 14 28 33 3B
Octal 314 251 141 0 21 64 24 50 63 73
Binary 11001100 10101001 1100001 0 10001 110100 10100 101000 110011 111011

Color Harmonies of #CCA961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA961

Black with #CCA961

Text Example


Text Example

White with #CCA961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA961; }

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

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

background-color css

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

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

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

border-color css

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

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

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