Html Css Color HEX #CCC16B Tacha

📋 copy color: '#CCC16B'

red 204 ◦ green 193 ◦ blue 107

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

Shades of Tacha #CCC16B

Tints of Tacha #CCC16B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.29%

 BLUE value IS 107 (42.19% from 255) = 21.23%

R = 40.48%
G = 38.29%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CCC16B (or 0xCCC16B) is known color: Tacha. HEX triplet: CC, C1 and 6B. RGB value is (204,193,107). Sum of RGB (Red+Green+Blue) = 204+193+107=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 193 (75.78% from 255 or 38.29% from 504); Blue value is 107 (42.19% from 255 or 21.23% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC16B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC16B is #333E94. Grayscale: #BABABA. Windows color (decimal): -3358357 or 7061964. OLE color: 7061964.

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

Color convert

RGB 204 193 107 -
CMYK 0 0.05 0.48 0.2
HSL 53.2º 0.49% 0.61% -
HSV(B) 53.2º 0.48% 0.8% -
XYZ 46.63 52.04 21.5 -
YUV 186.49 83.14 140.49 -
System Red Green Blue C M Y K H S L
Decimal 204 193 107 0 0.05 0.48 0.2 53.2 0.49 0.61
Hex CC C1 6B 0 5 30 14 35 31 3D
Octal 314 301 153 0 5 60 24 65 61 75
Binary 11001100 11000001 1101011 0 101 110000 10100 110101 110001 111101

Color Harmonies of #CCC16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC16B

Black with #CCC16B

Text Example


Text Example

White with #CCC16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC16B; }

 p { color: rgb(204,193,107); }

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

background-color css

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

 a { background-color: rgb(204,193,107); }

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

border-color css

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

 span { border-color: rgb(204,193,107); }

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