Html Css Color HEX #CCB256 Tacha

📋 copy color: '#CCB256'

red 204 ◦ green 178 ◦ blue 86

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

Shades of Tacha #CCB256

Tints of Tacha #CCB256

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.03%

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

R = 43.59%
G = 38.03%
B = 18.38%

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

#CCB256 (or 0xCCB256) is known color: Tacha. HEX triplet: CC, B2 and 56. RGB value is (204,178,86). Sum of RGB (Red+Green+Blue) = 204+178+86=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 178 (69.92% from 255 or 38.03% from 468); Blue value is 86 (33.98% from 255 or 18.38% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB256 is #334DA9. Grayscale: #AFAFAF. Windows color (decimal): -3362218 or 5681868. OLE color: 5681868.

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

Color convert

RGB 204 178 86 -
CMYK 0 0.13 0.58 0.2
HSL 46.78º 0.54% 0.57% -
HSV(B) 46.78º 0.58% 0.8% -
XYZ 42.5 45.35 15.32 -
YUV 175.29 77.61 148.48 -
System Red Green Blue C M Y K H S L
Decimal 204 178 86 0 0.13 0.58 0.2 46.78 0.54 0.57
Hex CC B2 56 0 D 3A 14 2F 36 39
Octal 314 262 126 0 15 72 24 57 66 71
Binary 11001100 10110010 1010110 0 1101 111010 10100 101111 110110 111001

Color Harmonies of #CCB256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB256

Black with #CCB256

Text Example


Text Example

White with #CCB256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB256; }

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

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

background-color css

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

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

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

border-color css

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

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

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