Html Css Color HEX #CCB557 Tacha

📋 copy color: '#CCB557'

red 204 ◦ green 181 ◦ blue 87

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

Shades of Tacha #CCB557

Tints of Tacha #CCB557

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.35%

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

R = 43.22%
G = 38.35%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CCB557 (or 0xCCB557) is known color: Tacha. HEX triplet: CC, B5 and 57. RGB value is (204,181,87). Sum of RGB (Red+Green+Blue) = 204+181+87=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 181 (71.09% from 255 or 38.35% from 472); Blue value is 87 (34.38% from 255 or 18.43% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB557 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB557 is #334AA8. Grayscale: #B1B1B1. Windows color (decimal): -3361449 or 5748172. OLE color: 5748172.

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

Color convert

RGB 204 181 87 -
CMYK 0 0.11 0.57 0.2
HSL 48.21º 0.53% 0.57% -
HSV(B) 48.21º 0.57% 0.8% -
XYZ 43.15 46.57 15.73 -
YUV 177.16 77.12 147.14 -
System Red Green Blue C M Y K H S L
Decimal 204 181 87 0 0.11 0.57 0.2 48.21 0.53 0.57
Hex CC B5 57 0 B 39 14 30 35 39
Octal 314 265 127 0 13 71 24 60 65 71
Binary 11001100 10110101 1010111 0 1011 111001 10100 110000 110101 111001

Color Harmonies of #CCB557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB557

Black with #CCB557

Text Example


Text Example

White with #CCB557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB557; }

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

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

background-color css

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

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

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

border-color css

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

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

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