Html Css Color HEX #CCA862 Laser

📋 copy color: '#CCA862'

red 204 ◦ green 168 ◦ blue 98

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

Shades of Laser #CCA862

Tints of Laser #CCA862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.85%

R = 43.4%
G = 35.74%
B = 20.85%

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

#CCA862 (or 0xCCA862) is known color: Laser. HEX triplet: CC, A8 and 62. RGB value is (204,168,98). Sum of RGB (Red+Green+Blue) = 204+168+98=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 98 (38.67% from 255 or 20.85% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA862 is #33579D. Grayscale: #ABABAB. Windows color (decimal): -3364766 or 6465740. OLE color: 6465740.

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

Color convert

RGB 204 168 98 -
CMYK 0 0.18 0.52 0.2
HSL 39.62º 0.51% 0.59% -
HSV(B) 39.62º 0.52% 0.8% -
XYZ 41.11 41.72 17.44 -
YUV 170.78 86.93 151.69 -
System Red Green Blue C M Y K H S L
Decimal 204 168 98 0 0.18 0.52 0.2 39.62 0.51 0.59
Hex CC A8 62 0 12 34 14 28 33 3B
Octal 314 250 142 0 22 64 24 50 63 73
Binary 11001100 10101000 1100010 0 10010 110100 10100 101000 110011 111011

Color Harmonies of #CCA862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA862

Black with #CCA862

Text Example


Text Example

White with #CCA862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA862; }

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

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

background-color css

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

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

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

border-color css

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

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

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