Html Css Color HEX #CCA85A Laser

📋 copy color: '#CCA85A'

red 204 ◦ green 168 ◦ blue 90

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

Shades of Laser #CCA85A

Tints of Laser #CCA85A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.48%

R = 44.16%
G = 36.36%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CCA85A (or 0xCCA85A) is known color: Laser. HEX triplet: CC, A8 and 5A. RGB value is (204,168,90). Sum of RGB (Red+Green+Blue) = 204+168+90=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 168 (66.02% from 255 or 36.36% from 462); Blue value is 90 (35.55% from 255 or 19.48% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA85A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA85A is #3357A5. Grayscale: #AAAAAA. Windows color (decimal): -3364774 or 5941452. OLE color: 5941452.

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

Color convert

RGB 204 168 90 -
CMYK 0 0.18 0.56 0.2
HSL 41.05º 0.53% 0.58% -
HSV(B) 41.05º 0.56% 0.8% -
XYZ 40.75 41.58 15.55 -
YUV 169.87 82.93 152.34 -
System Red Green Blue C M Y K H S L
Decimal 204 168 90 0 0.18 0.56 0.2 41.05 0.53 0.58
Hex CC A8 5A 0 12 38 14 29 35 3A
Octal 314 250 132 0 22 70 24 51 65 72
Binary 11001100 10101000 1011010 0 10010 111000 10100 101001 110101 111010

Color Harmonies of #CCA85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA85A

Black with #CCA85A

Text Example


Text Example

White with #CCA85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA85A; }

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

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

background-color css

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

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

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

border-color css

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

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

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