Html Css Color HEX #CCC268 Tacha

📋 copy color: '#CCC268'

red 204 ◦ green 194 ◦ blue 104

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

Shades of Tacha #CCC268

Tints of Tacha #CCC268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.72%

R = 40.64%
G = 38.65%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#CCC268 (or 0xCCC268) is known color: Tacha. HEX triplet: CC, C2 and 68. RGB value is (204,194,104). Sum of RGB (Red+Green+Blue) = 204+194+104=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 194 (76.17% from 255 or 38.65% from 502); Blue value is 104 (41.02% from 255 or 20.72% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC268 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC268 is #333D97. Grayscale: #BBBBBB. Windows color (decimal): -3358104 or 6865612. OLE color: 6865612.

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

Color convert

RGB 204 194 104 -
CMYK 0 0.05 0.49 0.2
HSL 54º 0.5% 0.6% -
HSV(B) 54º 0.49% 0.8% -
XYZ 46.69 52.42 20.75 -
YUV 186.73 81.31 140.32 -
System Red Green Blue C M Y K H S L
Decimal 204 194 104 0 0.05 0.49 0.2 54 0.5 0.6
Hex CC C2 68 0 5 31 14 36 32 3C
Octal 314 302 150 0 5 61 24 66 62 74
Binary 11001100 11000010 1101000 0 101 110001 10100 110110 110010 111100

Color Harmonies of #CCC268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC268

Black with #CCC268

Text Example


Text Example

White with #CCC268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC268; }

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

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

background-color css

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

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

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

border-color css

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

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

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