Html Css Color HEX #CCB265 Tacha

📋 copy color: '#CCB265'

red 204 ◦ green 178 ◦ blue 101

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

Shades of Tacha #CCB265

Tints of Tacha #CCB265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.91%

R = 42.24%
G = 36.85%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CCB265 (or 0xCCB265) is known color: Tacha. HEX triplet: CC, B2 and 65. RGB value is (204,178,101). Sum of RGB (Red+Green+Blue) = 204+178+101=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 101 (39.84% from 255 or 20.91% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB265 is #334D9A. Grayscale: #B1B1B1. Windows color (decimal): -3362203 or 6664908. OLE color: 6664908.

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

Color convert

RGB 204 178 101 -
CMYK 0 0.13 0.50 0.2
HSL 44.85º 0.5% 0.6% -
HSV(B) 44.85º 0.5% 0.8% -
XYZ 43.17 45.62 18.84 -
YUV 177 85.11 147.26 -
System Red Green Blue C M Y K H S L
Decimal 204 178 101 0 0.13 0.50 0.2 44.85 0.5 0.6
Hex CC B2 65 0 D 32 14 2D 32 3C
Octal 314 262 145 0 15 62 24 55 62 74
Binary 11001100 10110010 1100101 0 1101 110010 10100 101101 110010 111100

Color Harmonies of #CCB265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB265

Black with #CCB265

Text Example


Text Example

White with #CCB265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB265; }

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

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

background-color css

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

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

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

border-color css

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

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

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