Html Css Color HEX #CCC25F Tacha

📋 copy color: '#CCC25F'

red 204 ◦ green 194 ◦ blue 95

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

Shades of Tacha #CCC25F

Tints of Tacha #CCC25F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.35%

 BLUE value IS 95 (37.5% from 255) = 19.27%

R = 41.38%
G = 39.35%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CCC25F (or 0xCCC25F) is known color: Tacha. HEX triplet: CC, C2 and 5F. RGB value is (204,194,95). Sum of RGB (Red+Green+Blue) = 204+194+95=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 95 (37.5% from 255 or 19.27% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC25F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC25F is #333DA0. Grayscale: #BABABA. Windows color (decimal): -3358113 or 6275788. OLE color: 6275788.

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

Color convert

RGB 204 194 95 -
CMYK 0 0.05 0.53 0.2
HSL 54.5º 0.52% 0.59% -
HSV(B) 54.5º 0.53% 0.8% -
XYZ 46.26 52.25 18.47 -
YUV 185.7 76.81 141.05 -
System Red Green Blue C M Y K H S L
Decimal 204 194 95 0 0.05 0.53 0.2 54.5 0.52 0.59
Hex CC C2 5F 0 5 35 14 36 34 3B
Octal 314 302 137 0 5 65 24 66 64 73
Binary 11001100 11000010 1011111 0 101 110101 10100 110110 110100 111011

Color Harmonies of #CCC25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC25F

Black with #CCC25F

Text Example


Text Example

White with #CCC25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC25F; }

 p { color: rgb(204,194,95); }

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

background-color css

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

 a { background-color: rgb(204,194,95); }

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

border-color css

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

 span { border-color: rgb(204,194,95); }

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