Html Css Color HEX #CCB955 Tacha

📋 copy color: '#CCB955'

red 204 ◦ green 185 ◦ blue 85

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

Shades of Tacha #CCB955

Tints of Tacha #CCB955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.93%

R = 43.04%
G = 39.03%
B = 17.93%

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

#CCB955 (or 0xCCB955) is known color: Tacha. HEX triplet: CC, B9 and 55. RGB value is (204,185,85). Sum of RGB (Red+Green+Blue) = 204+185+85=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 185 (72.66% from 255 or 39.03% from 474); Blue value is 85 (33.59% from 255 or 17.93% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB955 is #3346AA. Grayscale: #B3B3B3. Windows color (decimal): -3360427 or 5618124. OLE color: 5618124.

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

Color convert

RGB 204 185 85 -
CMYK 0 0.09 0.58 0.2
HSL 50.42º 0.54% 0.57% -
HSV(B) 50.42º 0.58% 0.8% -
XYZ 43.89 48.19 15.58 -
YUV 179.28 74.79 145.63 -
System Red Green Blue C M Y K H S L
Decimal 204 185 85 0 0.09 0.58 0.2 50.42 0.54 0.57
Hex CC B9 55 0 9 3A 14 32 36 39
Octal 314 271 125 0 11 72 24 62 66 71
Binary 11001100 10111001 1010101 0 1001 111010 10100 110010 110110 111001

Color Harmonies of #CCB955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB955

Black with #CCB955

Text Example


Text Example

White with #CCB955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB955; }

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

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

background-color css

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

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

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

border-color css

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

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

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