Html Css Color HEX #CCAE65 Laser

📋 copy color: '#CCAE65'

red 204 ◦ green 174 ◦ blue 101

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

Shades of Laser #CCAE65

Tints of Laser #CCAE65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.09%

R = 42.59%
G = 36.33%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CCAE65 (or 0xCCAE65) is known color: Laser. HEX triplet: CC, AE and 65. RGB value is (204,174,101). Sum of RGB (Red+Green+Blue) = 204+174+101=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 174 (68.36% from 255 or 36.33% from 479); Blue value is 101 (39.84% from 255 or 21.09% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAE65 is #33519A. Grayscale: #AEAEAE. Windows color (decimal): -3363227 or 6663884. OLE color: 6663884.

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

Color convert

RGB 204 174 101 -
CMYK 0 0.15 0.50 0.2
HSL 42.52º 0.5% 0.6% -
HSV(B) 42.52º 0.5% 0.8% -
XYZ 42.39 44.05 18.58 -
YUV 174.65 86.44 148.94 -
System Red Green Blue C M Y K H S L
Decimal 204 174 101 0 0.15 0.50 0.2 42.52 0.5 0.6
Hex CC AE 65 0 F 32 14 2B 32 3C
Octal 314 256 145 0 17 62 24 53 62 74
Binary 11001100 10101110 1100101 0 1111 110010 10100 101011 110010 111100

Color Harmonies of #CCAE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAE65

Black with #CCAE65

Text Example


Text Example

White with #CCAE65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAE65; }

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

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

background-color css

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

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

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

border-color css

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

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

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