Html Css Color HEX #CCB466 Tacha

📋 copy color: '#CCB466'

red 204 ◦ green 180 ◦ blue 102

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

Shades of Tacha #CCB466

Tints of Tacha #CCB466

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.04%

 BLUE value IS 102 (40.23% from 255) = 20.99%

R = 41.98%
G = 37.04%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.5

 K value IS 0.2

RGB Variations

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

Color information

#CCB466 (or 0xCCB466) is known color: Tacha. HEX triplet: CC, B4 and 66. RGB value is (204,180,102). Sum of RGB (Red+Green+Blue) = 204+180+102=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 102 (40.23% from 255 or 20.99% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB466 is #334B99. Grayscale: #B2B2B2. Windows color (decimal): -3361690 or 6730956. OLE color: 6730956.

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

Color convert

RGB 204 180 102 -
CMYK 0 0.12 0.5 0.2
HSL 45.88º 0.5% 0.6% -
HSV(B) 45.88º 0.5% 0.8% -
XYZ 43.62 46.44 19.23 -
YUV 178.28 84.95 146.34 -
System Red Green Blue C M Y K H S L
Decimal 204 180 102 0 0.12 0.5 0.2 45.88 0.5 0.6
Hex CC B4 66 0 C 32 14 2E 32 3C
Octal 314 264 146 0 14 62 24 56 62 74
Binary 11001100 10110100 1100110 0 1100 110010 10100 101110 110010 111100

Color Harmonies of #CCB466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB466

Black with #CCB466

Text Example


Text Example

White with #CCB466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB466; }

 p { color: rgb(204,180,102); }

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

background-color css

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

 a { background-color: rgb(204,180,102); }

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

border-color css

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

 span { border-color: rgb(204,180,102); }

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