Html Css Color HEX #CCB855 Tacha

📋 copy color: '#CCB855'

red 204 ◦ green 184 ◦ blue 85

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

Shades of Tacha #CCB855

Tints of Tacha #CCB855

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.9%

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

R = 43.13%
G = 38.9%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CCB855 (or 0xCCB855) is known color: Tacha. HEX triplet: CC, B8 and 55. RGB value is (204,184,85). Sum of RGB (Red+Green+Blue) = 204+184+85=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 184 (72.27% from 255 or 38.90% from 473); Blue value is 85 (33.59% from 255 or 17.97% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB855 is #3347AA. Grayscale: #B3B3B3. Windows color (decimal): -3360683 or 5617868. OLE color: 5617868.

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

Color convert

RGB 204 184 85 -
CMYK 0 0.10 0.58 0.2
HSL 49.92º 0.54% 0.57% -
HSV(B) 49.92º 0.58% 0.8% -
XYZ 43.68 47.77 15.51 -
YUV 178.69 75.13 146.05 -
System Red Green Blue C M Y K H S L
Decimal 204 184 85 0 0.10 0.58 0.2 49.92 0.54 0.57
Hex CC B8 55 0 A 3A 14 32 36 39
Octal 314 270 125 0 12 72 24 62 66 71
Binary 11001100 10111000 1010101 0 1010 111010 10100 110010 110110 111001

Color Harmonies of #CCB855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB855

Black with #CCB855

Text Example


Text Example

White with #CCB855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB855; }

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

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

background-color css

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

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

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

border-color css

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

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

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