Html Css Color HEX #CCB45D Tacha

📋 copy color: '#CCB45D'

red 204 ◦ green 180 ◦ blue 93

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

Shades of Tacha #CCB45D

Tints of Tacha #CCB45D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.5%

R = 42.77%
G = 37.74%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CCB45D (or 0xCCB45D) is known color: Tacha. HEX triplet: CC, B4 and 5D. RGB value is (204,180,93). Sum of RGB (Red+Green+Blue) = 204+180+93=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 180 (70.70% from 255 or 37.74% from 477); Blue value is 93 (36.72% from 255 or 19.50% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB45D is #334BA2. Grayscale: #B1B1B1. Windows color (decimal): -3361699 or 6141132. OLE color: 6141132.

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

Color convert

RGB 204 180 93 -
CMYK 0 0.12 0.54 0.2
HSL 47.03º 0.52% 0.58% -
HSV(B) 47.03º 0.54% 0.8% -
XYZ 43.2 46.27 17.01 -
YUV 177.26 80.45 147.07 -
System Red Green Blue C M Y K H S L
Decimal 204 180 93 0 0.12 0.54 0.2 47.03 0.52 0.58
Hex CC B4 5D 0 C 36 14 2F 34 3A
Octal 314 264 135 0 14 66 24 57 64 72
Binary 11001100 10110100 1011101 0 1100 110110 10100 101111 110100 111010

Color Harmonies of #CCB45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB45D

Black with #CCB45D

Text Example


Text Example

White with #CCB45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB45D; }

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

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

background-color css

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

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

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

border-color css

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

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

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