Html Css Color HEX #CCB261 Tacha

📋 copy color: '#CCB261'

red 204 ◦ green 178 ◦ blue 97

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

Shades of Tacha #CCB261

Tints of Tacha #CCB261

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.16%

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

R = 42.59%
G = 37.16%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CCB261 (or 0xCCB261) is known color: Tacha. HEX triplet: CC, B2 and 61. RGB value is (204,178,97). Sum of RGB (Red+Green+Blue) = 204+178+97=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 178 (69.92% from 255 or 37.16% from 479); Blue value is 97 (38.28% from 255 or 20.25% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB261 is #334D9E. Grayscale: #B0B0B0. Windows color (decimal): -3362207 or 6402764. OLE color: 6402764.

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

Color convert

RGB 204 178 97 -
CMYK 0 0.13 0.52 0.2
HSL 45.42º 0.51% 0.59% -
HSV(B) 45.42º 0.52% 0.8% -
XYZ 42.98 45.54 17.83 -
YUV 176.54 83.11 147.59 -
System Red Green Blue C M Y K H S L
Decimal 204 178 97 0 0.13 0.52 0.2 45.42 0.51 0.59
Hex CC B2 61 0 D 34 14 2D 33 3B
Octal 314 262 141 0 15 64 24 55 63 73
Binary 11001100 10110010 1100001 0 1101 110100 10100 101101 110011 111011

Color Harmonies of #CCB261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB261

Black with #CCB261

Text Example


Text Example

White with #CCB261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB261; }

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

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

background-color css

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

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

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

border-color css

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

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

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