Html Css Color HEX #CCC93C Wattle

📋 copy color: '#CCC93C'

red 204 ◦ green 201 ◦ blue 60

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

Shades of Wattle #CCC93C

Tints of Wattle #CCC93C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.23%

 BLUE value IS 60 (23.83% from 255) = 12.9%

R = 43.87%
G = 43.23%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#CCC93C (or 0xCCC93C) is known color: Wattle. HEX triplet: CC, C9 and 3C. RGB value is (204,201,60). Sum of RGB (Red+Green+Blue) = 204+201+60=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 60 (23.83% from 255 or 12.90% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC93C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC93C is #3336C3. Grayscale: #BABABA. Windows color (decimal): -3356356 or 3983820. OLE color: 3983820.

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

Color convert

RGB 204 201 60 -
CMYK 0 0.01 0.71 0.2
HSL 58.75º 0.59% 0.52% -
HSV(B) 58.75º 0.71% 0.8% -
XYZ 46.6 54.94 12.42 -
YUV 185.82 56.99 140.96 -
System Red Green Blue C M Y K H S L
Decimal 204 201 60 0 0.01 0.71 0.2 58.75 0.59 0.52
Hex CC C9 3C 0 1 47 14 3B 3B 34
Octal 314 311 74 0 1 107 24 73 73 64
Binary 11001100 11001001 111100 0 1 1000111 10100 111011 111011 110100

Color Harmonies of #CCC93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC93C

Black with #CCC93C

Text Example


Text Example

White with #CCC93C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC93C; }

 p { color: rgb(204,201,60); }

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

background-color css

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

 a { background-color: rgb(204,201,60); }

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

border-color css

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

 span { border-color: rgb(204,201,60); }

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