Html Css Color HEX #CCAD5A Laser

📋 copy color: '#CCAD5A'

red 204 ◦ green 173 ◦ blue 90

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

Shades of Laser #CCAD5A

Tints of Laser #CCAD5A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.04%

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

R = 43.68%
G = 37.04%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CCAD5A (or 0xCCAD5A) is known color: Laser. HEX triplet: CC, AD and 5A. RGB value is (204,173,90). Sum of RGB (Red+Green+Blue) = 204+173+90=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 90 (35.55% from 255 or 19.27% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAD5A is #3352A5. Grayscale: #ADADAD. Windows color (decimal): -3363494 or 5942732. OLE color: 5942732.

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

Color convert

RGB 204 173 90 -
CMYK 0 0.15 0.56 0.2
HSL 43.68º 0.53% 0.58% -
HSV(B) 43.68º 0.56% 0.8% -
XYZ 41.69 43.46 15.86 -
YUV 172.81 81.27 150.25 -
System Red Green Blue C M Y K H S L
Decimal 204 173 90 0 0.15 0.56 0.2 43.68 0.53 0.58
Hex CC AD 5A 0 F 38 14 2C 35 3A
Octal 314 255 132 0 17 70 24 54 65 72
Binary 11001100 10101101 1011010 0 1111 111000 10100 101100 110101 111010

Color Harmonies of #CCAD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAD5A

Black with #CCAD5A

Text Example


Text Example

White with #CCAD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAD5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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