Html Css Color HEX #CCAB61 Laser

📋 copy color: '#CCAB61'

red 204 ◦ green 171 ◦ blue 97

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

Shades of Laser #CCAB61

Tints of Laser #CCAB61

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.23%

 BLUE value IS 97 (38.28% from 255) = 20.55%

R = 43.22%
G = 36.23%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CCAB61 (or 0xCCAB61) is known color: Laser. HEX triplet: CC, AB and 61. RGB value is (204,171,97). Sum of RGB (Red+Green+Blue) = 204+171+97=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 97 (38.28% from 255 or 20.55% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAB61 is #33549E. Grayscale: #ACACAC. Windows color (decimal): -3363999 or 6400972. OLE color: 6400972.

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

Color convert

RGB 204 171 97 -
CMYK 0 0.16 0.52 0.2
HSL 41.5º 0.51% 0.59% -
HSV(B) 41.5º 0.52% 0.8% -
XYZ 41.62 42.83 17.38 -
YUV 172.43 85.43 150.52 -
System Red Green Blue C M Y K H S L
Decimal 204 171 97 0 0.16 0.52 0.2 41.5 0.51 0.59
Hex CC AB 61 0 10 34 14 29 33 3B
Octal 314 253 141 0 20 64 24 51 63 73
Binary 11001100 10101011 1100001 0 10000 110100 10100 101001 110011 111011

Color Harmonies of #CCAB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAB61

Black with #CCAB61

Text Example


Text Example

White with #CCAB61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAB61; }

 p { color: rgb(204,171,97); }

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

background-color css

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

 a { background-color: rgb(204,171,97); }

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

border-color css

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

 span { border-color: rgb(204,171,97); }

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