Html Css Color HEX #CCB857 Tacha

📋 copy color: '#CCB857'

red 204 ◦ green 184 ◦ blue 87

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

Shades of Tacha #CCB857

Tints of Tacha #CCB857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 18.32%

R = 42.95%
G = 38.74%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CCB857 (or 0xCCB857) is known color: Tacha. HEX triplet: CC, B8 and 57. RGB value is (204,184,87). Sum of RGB (Red+Green+Blue) = 204+184+87=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 184 (72.27% from 255 or 38.74% from 475); Blue value is 87 (34.38% from 255 or 18.32% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB857 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB857 is #3347A8. Grayscale: #B3B3B3. Windows color (decimal): -3360681 or 5748940. OLE color: 5748940.

HSL color Cylindrical-coordinate representation of color #CCB857: hue angle of 49.74º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCB857 is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 184 87 -
CMYK 0 0.10 0.57 0.2
HSL 49.74º 0.53% 0.57% -
HSV(B) 49.74º 0.57% 0.8% -
XYZ 43.76 47.81 15.94 -
YUV 178.92 76.13 145.89 -
System Red Green Blue C M Y K H S L
Decimal 204 184 87 0 0.10 0.57 0.2 49.74 0.53 0.57
Hex CC B8 57 0 A 39 14 32 35 39
Octal 314 270 127 0 12 71 24 62 65 71
Binary 11001100 10111000 1010111 0 1010 111001 10100 110010 110101 111001

Color Harmonies of #CCB857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB857

Black with #CCB857

Text Example


Text Example

White with #CCB857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB857; }

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

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

background-color css

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

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

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

border-color css

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

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

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