Html Css Color HEX #CCB456 Tacha

📋 copy color: '#CCB456'

red 204 ◦ green 180 ◦ blue 86

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

Shades of Tacha #CCB456

Tints of Tacha #CCB456

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.3%

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

R = 43.4%
G = 38.3%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CCB456 (or 0xCCB456) is known color: Tacha. HEX triplet: CC, B4 and 56. RGB value is (204,180,86). Sum of RGB (Red+Green+Blue) = 204+180+86=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 180 (70.70% from 255 or 38.30% from 470); Blue value is 86 (33.98% from 255 or 18.30% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB456 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB456 is #334BA9. Grayscale: #B0B0B0. Windows color (decimal): -3361706 or 5682380. OLE color: 5682380.

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

Color convert

RGB 204 180 86 -
CMYK 0 0.12 0.58 0.2
HSL 47.8º 0.54% 0.57% -
HSV(B) 47.8º 0.58% 0.8% -
XYZ 42.9 46.15 15.45 -
YUV 176.46 76.95 147.64 -
System Red Green Blue C M Y K H S L
Decimal 204 180 86 0 0.12 0.58 0.2 47.8 0.54 0.57
Hex CC B4 56 0 C 3A 14 30 36 39
Octal 314 264 126 0 14 72 24 60 66 71
Binary 11001100 10110100 1010110 0 1100 111010 10100 110000 110110 111001

Color Harmonies of #CCB456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB456

Black with #CCB456

Text Example


Text Example

White with #CCB456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB456; }

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

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

background-color css

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

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

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

border-color css

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

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

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