Html Css Color HEX #CCB364 Tacha

📋 copy color: '#CCB364'

red 204 ◦ green 179 ◦ blue 100

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

Shades of Tacha #CCB364

Tints of Tacha #CCB364

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.06%

 BLUE value IS 100 (39.45% from 255) = 20.7%

R = 42.24%
G = 37.06%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CCB364 (or 0xCCB364) is known color: Tacha. HEX triplet: CC, B3 and 64. RGB value is (204,179,100). Sum of RGB (Red+Green+Blue) = 204+179+100=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 100 (39.45% from 255 or 20.70% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB364 is #334C9B. Grayscale: #B1B1B1. Windows color (decimal): -3361948 or 6599628. OLE color: 6599628.

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

Color convert

RGB 204 179 100 -
CMYK 0 0.12 0.51 0.2
HSL 45.58º 0.5% 0.6% -
HSV(B) 45.58º 0.51% 0.8% -
XYZ 43.32 46 18.65 -
YUV 177.47 84.28 146.92 -
System Red Green Blue C M Y K H S L
Decimal 204 179 100 0 0.12 0.51 0.2 45.58 0.5 0.6
Hex CC B3 64 0 C 33 14 2E 32 3C
Octal 314 263 144 0 14 63 24 56 62 74
Binary 11001100 10110011 1100100 0 1100 110011 10100 101110 110010 111100

Color Harmonies of #CCB364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB364

Black with #CCB364

Text Example


Text Example

White with #CCB364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB364; }

 p { color: rgb(204,179,100); }

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

background-color css

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

 a { background-color: rgb(204,179,100); }

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

border-color css

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

 span { border-color: rgb(204,179,100); }

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