Html Css Color HEX #CCB556 Tacha

📋 copy color: '#CCB556'

red 204 ◦ green 181 ◦ blue 86

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

Shades of Tacha #CCB556

Tints of Tacha #CCB556

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.43%

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

R = 43.31%
G = 38.43%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CCB556 (or 0xCCB556) is known color: Tacha. HEX triplet: CC, B5 and 56. RGB value is (204,181,86). Sum of RGB (Red+Green+Blue) = 204+181+86=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 86 (33.98% from 255 or 18.26% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB556 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB556 is #334AA9. Grayscale: #B1B1B1. Windows color (decimal): -3361450 or 5682636. OLE color: 5682636.

HSL color Cylindrical-coordinate representation of color #CCB556: hue angle of 48.31º 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 #CCB556 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 181 86 -
CMYK 0 0.11 0.58 0.2
HSL 48.31º 0.54% 0.57% -
HSV(B) 48.31º 0.58% 0.8% -
XYZ 43.11 46.56 15.52 -
YUV 177.05 76.62 147.22 -
System Red Green Blue C M Y K H S L
Decimal 204 181 86 0 0.11 0.58 0.2 48.31 0.54 0.57
Hex CC B5 56 0 B 3A 14 30 36 39
Octal 314 265 126 0 13 72 24 60 66 71
Binary 11001100 10110101 1010110 0 1011 111010 10100 110000 110110 111001

Color Harmonies of #CCB556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB556

Black with #CCB556

Text Example


Text Example

White with #CCB556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB556; }

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

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

background-color css

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

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

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

border-color css

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

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

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