Html Css Color HEX #CCAE64 Laser

📋 copy color: '#CCAE64'

red 204 ◦ green 174 ◦ blue 100

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

Shades of Laser #CCAE64

Tints of Laser #CCAE64

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.4%

 BLUE value IS 100 (39.45% from 255) = 20.92%

R = 42.68%
G = 36.4%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CCAE64 (or 0xCCAE64) is known color: Laser. HEX triplet: CC, AE and 64. RGB value is (204,174,100). Sum of RGB (Red+Green+Blue) = 204+174+100=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 100 (39.45% from 255 or 20.92% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAE64 is #33519B. Grayscale: #AEAEAE. Windows color (decimal): -3363228 or 6598348. OLE color: 6598348.

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

Color convert

RGB 204 174 100 -
CMYK 0 0.15 0.51 0.2
HSL 42.69º 0.5% 0.6% -
HSV(B) 42.69º 0.51% 0.8% -
XYZ 42.34 44.03 18.32 -
YUV 174.53 85.94 149.02 -
System Red Green Blue C M Y K H S L
Decimal 204 174 100 0 0.15 0.51 0.2 42.69 0.5 0.6
Hex CC AE 64 0 F 33 14 2B 32 3C
Octal 314 256 144 0 17 63 24 53 62 74
Binary 11001100 10101110 1100100 0 1111 110011 10100 101011 110010 111100

Color Harmonies of #CCAE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAE64

Black with #CCAE64

Text Example


Text Example

White with #CCAE64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAE64; }

 p { color: rgb(204,174,100); }

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

background-color css

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

 a { background-color: rgb(204,174,100); }

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

border-color css

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

 span { border-color: rgb(204,174,100); }

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