Html Css Color HEX #CCB156 Laser

📋 copy color: '#CCB156'

red 204 ◦ green 177 ◦ blue 86

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

Shades of Laser #CCB156

Tints of Laser #CCB156

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.9%

 BLUE value IS 86 (33.98% from 255) = 18.42%

R = 43.68%
G = 37.9%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CCB156 (or 0xCCB156) is known color: Laser. HEX triplet: CC, B1 and 56. RGB value is (204,177,86). Sum of RGB (Red+Green+Blue) = 204+177+86=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 177 (69.53% from 255 or 37.90% from 467); Blue value is 86 (33.98% from 255 or 18.42% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB156 is #334EA9. Grayscale: #AFAFAF. Windows color (decimal): -3362474 or 5681612. OLE color: 5681612.

HSL color Cylindrical-coordinate representation of color #CCB156: hue angle of 46.27º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCB156 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 177 86 -
CMYK 0 0.13 0.58 0.2
HSL 46.27º 0.54% 0.57% -
HSV(B) 46.27º 0.58% 0.8% -
XYZ 42.3 44.95 15.25 -
YUV 174.7 77.95 148.9 -
System Red Green Blue C M Y K H S L
Decimal 204 177 86 0 0.13 0.58 0.2 46.27 0.54 0.57
Hex CC B1 56 0 D 3A 14 2E 36 39
Octal 314 261 126 0 15 72 24 56 66 71
Binary 11001100 10110001 1010110 0 1101 111010 10100 101110 110110 111001

Color Harmonies of #CCB156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB156

Black with #CCB156

Text Example


Text Example

White with #CCB156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB156; }

 p { color: rgb(204,177,86); }

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

background-color css

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

 a { background-color: rgb(204,177,86); }

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

border-color css

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

 span { border-color: rgb(204,177,86); }

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