Html Css Color HEX #CCBC5A Tacha

📋 copy color: '#CCBC5A'

red 204 ◦ green 188 ◦ blue 90

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

Shades of Tacha #CCBC5A

Tints of Tacha #CCBC5A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39%

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

R = 42.32%
G = 39%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CCBC5A (or 0xCCBC5A) is known color: Tacha. HEX triplet: CC, BC and 5A. RGB value is (204,188,90). Sum of RGB (Red+Green+Blue) = 204+188+90=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 90 (35.55% from 255 or 18.67% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBC5A is #3343A5. Grayscale: #B6B6B6. Windows color (decimal): -3359654 or 5946572. OLE color: 5946572.

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

Color convert

RGB 204 188 90 -
CMYK 0 0.08 0.56 0.2
HSL 51.58º 0.53% 0.58% -
HSV(B) 51.58º 0.56% 0.8% -
XYZ 44.73 49.54 16.88 -
YUV 181.61 76.3 143.97 -
System Red Green Blue C M Y K H S L
Decimal 204 188 90 0 0.08 0.56 0.2 51.58 0.53 0.58
Hex CC BC 5A 0 8 38 14 34 35 3A
Octal 314 274 132 0 10 70 24 64 65 72
Binary 11001100 10111100 1011010 0 1000 111000 10100 110100 110101 111010

Color Harmonies of #CCBC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBC5A

Black with #CCBC5A

Text Example


Text Example

White with #CCBC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBC5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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