Html Css Color HEX #CCB45F Tacha

📋 copy color: '#CCB45F'

red 204 ◦ green 180 ◦ blue 95

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

Shades of Tacha #CCB45F

Tints of Tacha #CCB45F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.83%

R = 42.59%
G = 37.58%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CCB45F (or 0xCCB45F) is known color: Tacha. HEX triplet: CC, B4 and 5F. RGB value is (204,180,95). Sum of RGB (Red+Green+Blue) = 204+180+95=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 180 (70.70% from 255 or 37.58% from 479); Blue value is 95 (37.5% from 255 or 19.83% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB45F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB45F is #334BA0. Grayscale: #B1B1B1. Windows color (decimal): -3361697 or 6272204. OLE color: 6272204.

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

Color convert

RGB 204 180 95 -
CMYK 0 0.12 0.53 0.2
HSL 46.79º 0.52% 0.59% -
HSV(B) 46.79º 0.53% 0.8% -
XYZ 43.29 46.31 17.48 -
YUV 177.49 81.45 146.91 -
System Red Green Blue C M Y K H S L
Decimal 204 180 95 0 0.12 0.53 0.2 46.79 0.52 0.59
Hex CC B4 5F 0 C 35 14 2F 34 3B
Octal 314 264 137 0 14 65 24 57 64 73
Binary 11001100 10110100 1011111 0 1100 110101 10100 101111 110100 111011

Color Harmonies of #CCB45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB45F

Black with #CCB45F

Text Example


Text Example

White with #CCB45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB45F; }

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

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

background-color css

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

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

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

border-color css

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

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

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