Html Css Color HEX #CCB956 Tacha

📋 copy color: '#CCB956'

red 204 ◦ green 185 ◦ blue 86

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

Shades of Tacha #CCB956

Tints of Tacha #CCB956

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.95%

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

R = 42.95%
G = 38.95%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CCB956 (or 0xCCB956) is known color: Tacha. HEX triplet: CC, B9 and 56. RGB value is (204,185,86). Sum of RGB (Red+Green+Blue) = 204+185+86=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 86 (33.98% from 255 or 18.11% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB956 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB956 is #3346A9. Grayscale: #B3B3B3. Windows color (decimal): -3360426 or 5683660. OLE color: 5683660.

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

Color convert

RGB 204 185 86 -
CMYK 0 0.09 0.58 0.2
HSL 50.34º 0.54% 0.57% -
HSV(B) 50.34º 0.58% 0.8% -
XYZ 43.93 48.21 15.79 -
YUV 179.4 75.29 145.55 -
System Red Green Blue C M Y K H S L
Decimal 204 185 86 0 0.09 0.58 0.2 50.34 0.54 0.57
Hex CC B9 56 0 9 3A 14 32 36 39
Octal 314 271 126 0 11 72 24 62 66 71
Binary 11001100 10111001 1010110 0 1001 111010 10100 110010 110110 111001

Color Harmonies of #CCB956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB956

Black with #CCB956

Text Example


Text Example

White with #CCB956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB956; }

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

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

background-color css

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

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

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

border-color css

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

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

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