Html Css Color HEX #CCB257 Tacha

📋 copy color: '#CCB257'

red 204 ◦ green 178 ◦ blue 87

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

Shades of Tacha #CCB257

Tints of Tacha #CCB257

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.95%

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

R = 43.5%
G = 37.95%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CCB257 (or 0xCCB257) is known color: Tacha. HEX triplet: CC, B2 and 57. RGB value is (204,178,87). Sum of RGB (Red+Green+Blue) = 204+178+87=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 178 (69.92% from 255 or 37.95% from 469); Blue value is 87 (34.38% from 255 or 18.55% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB257 is #334DA8. Grayscale: #AFAFAF. Windows color (decimal): -3362217 or 5747404. OLE color: 5747404.

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

Color convert

RGB 204 178 87 -
CMYK 0 0.13 0.57 0.2
HSL 46.67º 0.53% 0.57% -
HSV(B) 46.67º 0.57% 0.8% -
XYZ 42.54 45.37 15.53 -
YUV 175.4 78.11 148.4 -
System Red Green Blue C M Y K H S L
Decimal 204 178 87 0 0.13 0.57 0.2 46.67 0.53 0.57
Hex CC B2 57 0 D 39 14 2F 35 39
Octal 314 262 127 0 15 71 24 57 65 71
Binary 11001100 10110010 1010111 0 1101 111001 10100 101111 110101 111001

Color Harmonies of #CCB257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB257

Black with #CCB257

Text Example


Text Example

White with #CCB257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB257; }

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

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

background-color css

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

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

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

border-color css

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

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

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