Html Css Color HEX #CCB361 Tacha

📋 copy color: '#CCB361'

red 204 ◦ green 179 ◦ blue 97

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

Shades of Tacha #CCB361

Tints of Tacha #CCB361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.21%

R = 42.5%
G = 37.29%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CCB361 (or 0xCCB361) is known color: Tacha. HEX triplet: CC, B3 and 61. RGB value is (204,179,97). Sum of RGB (Red+Green+Blue) = 204+179+97=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 179 (70.31% from 255 or 37.29% from 480); Blue value is 97 (38.28% from 255 or 20.21% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB361 is #334C9E. Grayscale: #B1B1B1. Windows color (decimal): -3361951 or 6403020. OLE color: 6403020.

HSL color Cylindrical-coordinate representation of color #CCB361: hue angle of 45.98º 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 #CCB361 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 179 97 -
CMYK 0 0.12 0.52 0.2
HSL 45.98º 0.51% 0.59% -
HSV(B) 45.98º 0.52% 0.8% -
XYZ 43.18 45.94 17.9 -
YUV 177.13 82.78 147.17 -
System Red Green Blue C M Y K H S L
Decimal 204 179 97 0 0.12 0.52 0.2 45.98 0.51 0.59
Hex CC B3 61 0 C 34 14 2E 33 3B
Octal 314 263 141 0 14 64 24 56 63 73
Binary 11001100 10110011 1100001 0 1100 110100 10100 101110 110011 111011

Color Harmonies of #CCB361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB361

Black with #CCB361

Text Example


Text Example

White with #CCB361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB361; }

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

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

background-color css

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

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

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

border-color css

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

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

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