Html Css Color HEX #CCA861 Laser

📋 copy color: '#CCA861'

red 204 ◦ green 168 ◦ blue 97

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

Shades of Laser #CCA861

Tints of Laser #CCA861

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.82%

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

R = 43.5%
G = 35.82%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CCA861 (or 0xCCA861) is known color: Laser. HEX triplet: CC, A8 and 61. RGB value is (204,168,97). Sum of RGB (Red+Green+Blue) = 204+168+97=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 168 (66.02% from 255 or 35.82% from 469); Blue value is 97 (38.28% from 255 or 20.68% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA861 is #33579E. Grayscale: #AAAAAA. Windows color (decimal): -3364767 or 6400204. OLE color: 6400204.

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

Color convert

RGB 204 168 97 -
CMYK 0 0.18 0.52 0.2
HSL 39.81º 0.51% 0.59% -
HSV(B) 39.81º 0.52% 0.8% -
XYZ 41.06 41.71 17.2 -
YUV 170.67 86.43 151.77 -
System Red Green Blue C M Y K H S L
Decimal 204 168 97 0 0.18 0.52 0.2 39.81 0.51 0.59
Hex CC A8 61 0 12 34 14 28 33 3B
Octal 314 250 141 0 22 64 24 50 63 73
Binary 11001100 10101000 1100001 0 10010 110100 10100 101000 110011 111011

Color Harmonies of #CCA861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA861

Black with #CCA861

Text Example


Text Example

White with #CCA861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA861; }

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

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

background-color css

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

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

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

border-color css

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

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

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