Html Css Color HEX #CCC351 Confetti

📋 copy color: '#CCC351'

red 204 ◦ green 195 ◦ blue 81

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

Shades of Confetti #CCC351

Tints of Confetti #CCC351

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.63%

 BLUE value IS 81 (32.03% from 255) = 16.88%

R = 42.5%
G = 40.63%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.60

 K value IS 0.2

RGB Variations

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

Color information

#CCC351 (or 0xCCC351) is known color: Confetti. HEX triplet: CC, C3 and 51. RGB value is (204,195,81). Sum of RGB (Red+Green+Blue) = 204+195+81=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 195 (76.56% from 255 or 40.62% from 480); Blue value is 81 (32.03% from 255 or 16.88% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC351 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC351 is #333CAE. Grayscale: #B9B9B9. Windows color (decimal): -3357871 or 5358540. OLE color: 5358540.

HSL color Cylindrical-coordinate representation of color #CCC351: hue angle of 55.61º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCC351 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 195 81 -
CMYK 0 0.04 0.60 0.2
HSL 55.61º 0.55% 0.56% -
HSV(B) 55.61º 0.6% 0.8% -
XYZ 45.9 52.46 15.49 -
YUV 184.7 69.48 141.77 -
System Red Green Blue C M Y K H S L
Decimal 204 195 81 0 0.04 0.60 0.2 55.61 0.55 0.56
Hex CC C3 51 0 4 3C 14 38 37 38
Octal 314 303 121 0 4 74 24 70 67 70
Binary 11001100 11000011 1010001 0 100 111100 10100 111000 110111 111000

Color Harmonies of #CCC351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC351

Black with #CCC351

Text Example


Text Example

White with #CCC351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC351; }

 p { color: rgb(204,195,81); }

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

background-color css

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

 a { background-color: rgb(204,195,81); }

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

border-color css

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

 span { border-color: rgb(204,195,81); }

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