Html Css Color HEX #CCC850 Confetti

📋 copy color: '#CCC850'

red 204 ◦ green 200 ◦ blue 80

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

Shades of Confetti #CCC850

Tints of Confetti #CCC850

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.32%

 BLUE value IS 80 (31.64% from 255) = 16.53%

R = 42.15%
G = 41.32%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CCC850 (or 0xCCC850) is known color: Confetti. HEX triplet: CC, C8 and 50. RGB value is (204,200,80). Sum of RGB (Red+Green+Blue) = 204+200+80=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 200 (78.52% from 255 or 41.32% from 484); Blue value is 80 (31.64% from 255 or 16.53% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC850 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC850 is #3337AF. Grayscale: #BCBCBC. Windows color (decimal): -3356592 or 5294284. OLE color: 5294284.

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

Color convert

RGB 204 200 80 -
CMYK 0 0.02 0.61 0.2
HSL 58.06º 0.55% 0.56% -
HSV(B) 58.06º 0.61% 0.8% -
XYZ 47 54.73 15.68 -
YUV 187.52 67.33 139.76 -
System Red Green Blue C M Y K H S L
Decimal 204 200 80 0 0.02 0.61 0.2 58.06 0.55 0.56
Hex CC C8 50 0 2 3D 14 3A 37 38
Octal 314 310 120 0 2 75 24 72 67 70
Binary 11001100 11001000 1010000 0 10 111101 10100 111010 110111 111000

Color Harmonies of #CCC850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC850

Black with #CCC850

Text Example


Text Example

White with #CCC850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC850; }

 p { color: rgb(204,200,80); }

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

background-color css

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

 a { background-color: rgb(204,200,80); }

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

border-color css

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

 span { border-color: rgb(204,200,80); }

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