Html Css Color HEX #CCB45A Tacha

📋 copy color: '#CCB45A'

red 204 ◦ green 180 ◦ blue 90

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

Shades of Tacha #CCB45A

Tints of Tacha #CCB45A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.99%

R = 43.04%
G = 37.97%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CCB45A (or 0xCCB45A) is known color: Tacha. HEX triplet: CC, B4 and 5A. RGB value is (204,180,90). Sum of RGB (Red+Green+Blue) = 204+180+90=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 180 (70.70% from 255 or 37.97% from 474); Blue value is 90 (35.55% from 255 or 18.99% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB45A is #334BA5. Grayscale: #B1B1B1. Windows color (decimal): -3361702 or 5944524. OLE color: 5944524.

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

Color convert

RGB 204 180 90 -
CMYK 0 0.12 0.56 0.2
HSL 47.37º 0.53% 0.58% -
HSV(B) 47.37º 0.56% 0.8% -
XYZ 43.07 46.22 16.32 -
YUV 176.92 78.95 147.32 -
System Red Green Blue C M Y K H S L
Decimal 204 180 90 0 0.12 0.56 0.2 47.37 0.53 0.58
Hex CC B4 5A 0 C 38 14 2F 35 3A
Octal 314 264 132 0 14 70 24 57 65 72
Binary 11001100 10110100 1011010 0 1100 111000 10100 101111 110101 111010

Color Harmonies of #CCB45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB45A

Black with #CCB45A

Text Example


Text Example

White with #CCB45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB45A; }

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

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

background-color css

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

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

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

border-color css

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

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

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