Html Css Color HEX #CCB45E Tacha

📋 copy color: '#CCB45E'

red 204 ◦ green 180 ◦ blue 94

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

Shades of Tacha #CCB45E

Tints of Tacha #CCB45E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.67%

R = 42.68%
G = 37.66%
B = 19.67%

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

#CCB45E (or 0xCCB45E) is known color: Tacha. HEX triplet: CC, B4 and 5E. RGB value is (204,180,94). Sum of RGB (Red+Green+Blue) = 204+180+94=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 94 (37.11% from 255 or 19.67% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB45E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB45E is #334BA1. Grayscale: #B1B1B1. Windows color (decimal): -3361698 or 6206668. OLE color: 6206668.

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

Color convert

RGB 204 180 94 -
CMYK 0 0.12 0.54 0.2
HSL 46.91º 0.52% 0.58% -
HSV(B) 46.91º 0.54% 0.8% -
XYZ 43.24 46.29 17.24 -
YUV 177.37 80.95 146.99 -
System Red Green Blue C M Y K H S L
Decimal 204 180 94 0 0.12 0.54 0.2 46.91 0.52 0.58
Hex CC B4 5E 0 C 36 14 2F 34 3A
Octal 314 264 136 0 14 66 24 57 64 72
Binary 11001100 10110100 1011110 0 1100 110110 10100 101111 110100 111010

Color Harmonies of #CCB45E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB45E

Black with #CCB45E

Text Example


Text Example

White with #CCB45E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB45E; }

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

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

background-color css

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

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

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

border-color css

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

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

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