Html Css Color HEX #CCBC53 Tacha

📋 copy color: '#CCBC53'

red 204 ◦ green 188 ◦ blue 83

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

Shades of Tacha #CCBC53

Tints of Tacha #CCBC53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.47%

R = 42.95%
G = 39.58%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#CCBC53 (or 0xCCBC53) is known color: Tacha. HEX triplet: CC, BC and 53. RGB value is (204,188,83). Sum of RGB (Red+Green+Blue) = 204+188+83=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 83 (32.81% from 255 or 17.47% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBC53 is #3343AC. Grayscale: #B5B5B5. Windows color (decimal): -3359661 or 5487820. OLE color: 5487820.

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

Color convert

RGB 204 188 83 -
CMYK 0 0.08 0.59 0.2
HSL 52.07º 0.54% 0.56% -
HSV(B) 52.07º 0.59% 0.8% -
XYZ 44.45 49.43 15.38 -
YUV 180.81 72.8 144.54 -
System Red Green Blue C M Y K H S L
Decimal 204 188 83 0 0.08 0.59 0.2 52.07 0.54 0.56
Hex CC BC 53 0 8 3B 14 34 36 38
Octal 314 274 123 0 10 73 24 64 66 70
Binary 11001100 10111100 1010011 0 1000 111011 10100 110100 110110 111000

Color Harmonies of #CCBC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBC53

Black with #CCBC53

Text Example


Text Example

White with #CCBC53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBC53; }

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

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

background-color css

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

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

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

border-color css

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

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

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