Html Css Color HEX #CCA85F Laser

📋 copy color: '#CCA85F'

red 204 ◦ green 168 ◦ blue 95

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

Shades of Laser #CCA85F

Tints of Laser #CCA85F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.34%

R = 43.68%
G = 35.97%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CCA85F (or 0xCCA85F) is known color: Laser. HEX triplet: CC, A8 and 5F. RGB value is (204,168,95). Sum of RGB (Red+Green+Blue) = 204+168+95=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 95 (37.5% from 255 or 20.34% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA85F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA85F is #3357A0. Grayscale: #AAAAAA. Windows color (decimal): -3364769 or 6269132. OLE color: 6269132.

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

Color convert

RGB 204 168 95 -
CMYK 0 0.18 0.53 0.2
HSL 40.18º 0.52% 0.59% -
HSV(B) 40.18º 0.53% 0.8% -
XYZ 40.97 41.67 16.71 -
YUV 170.44 85.43 151.94 -
System Red Green Blue C M Y K H S L
Decimal 204 168 95 0 0.18 0.53 0.2 40.18 0.52 0.59
Hex CC A8 5F 0 12 35 14 28 34 3B
Octal 314 250 137 0 22 65 24 50 64 73
Binary 11001100 10101000 1011111 0 10010 110101 10100 101000 110100 111011

Color Harmonies of #CCA85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA85F

Black with #CCA85F

Text Example


Text Example

White with #CCA85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA85F; }

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

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

background-color css

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

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

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

border-color css

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

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

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