Html Css Color HEX #CCC362 Tacha

📋 copy color: '#CCC362'

red 204 ◦ green 195 ◦ blue 98

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

Shades of Tacha #CCC362

Tints of Tacha #CCC362

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.24%

 BLUE value IS 98 (38.67% from 255) = 19.72%

R = 41.05%
G = 39.24%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CCC362 (or 0xCCC362) is known color: Tacha. HEX triplet: CC, C3 and 62. RGB value is (204,195,98). Sum of RGB (Red+Green+Blue) = 204+195+98=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 195 (76.56% from 255 or 39.24% from 497); Blue value is 98 (38.67% from 255 or 19.72% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC362 is #333C9D. Grayscale: #BBBBBB. Windows color (decimal): -3357854 or 6472652. OLE color: 6472652.

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

Color convert

RGB 204 195 98 -
CMYK 0 0.04 0.52 0.2
HSL 54.91º 0.51% 0.59% -
HSV(B) 54.91º 0.52% 0.8% -
XYZ 46.62 52.75 19.28 -
YUV 186.63 77.98 140.39 -
System Red Green Blue C M Y K H S L
Decimal 204 195 98 0 0.04 0.52 0.2 54.91 0.51 0.59
Hex CC C3 62 0 4 34 14 37 33 3B
Octal 314 303 142 0 4 64 24 67 63 73
Binary 11001100 11000011 1100010 0 100 110100 10100 110111 110011 111011

Color Harmonies of #CCC362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC362

Black with #CCC362

Text Example


Text Example

White with #CCC362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC362; }

 p { color: rgb(204,195,98); }

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

background-color css

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

 a { background-color: rgb(204,195,98); }

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

border-color css

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

 span { border-color: rgb(204,195,98); }

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