Html Css Color HEX #CCC750 Confetti

📋 copy color: '#CCC750'

red 204 ◦ green 199 ◦ blue 80

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

Shades of Confetti #CCC750

Tints of Confetti #CCC750

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.2%

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

R = 42.24%
G = 41.2%
B = 16.56%

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

#CCC750 (or 0xCCC750) is known color: Confetti. HEX triplet: CC, C7 and 50. RGB value is (204,199,80). Sum of RGB (Red+Green+Blue) = 204+199+80=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 199 (78.12% from 255 or 41.20% from 483); Blue value is 80 (31.64% from 255 or 16.56% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC750 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC750 is #3338AF. Grayscale: #BBBBBB. Windows color (decimal): -3356848 or 5294028. OLE color: 5294028.

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

Color convert

RGB 204 199 80 -
CMYK 0 0.02 0.61 0.2
HSL 57.58º 0.55% 0.56% -
HSV(B) 57.58º 0.61% 0.8% -
XYZ 46.77 54.26 15.6 -
YUV 186.93 67.66 140.18 -
System Red Green Blue C M Y K H S L
Decimal 204 199 80 0 0.02 0.61 0.2 57.58 0.55 0.56
Hex CC C7 50 0 2 3D 14 3A 37 38
Octal 314 307 120 0 2 75 24 72 67 70
Binary 11001100 11000111 1010000 0 10 111101 10100 111010 110111 111000

Color Harmonies of #CCC750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC750

Black with #CCC750

Text Example


Text Example

White with #CCC750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC750; }

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

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

background-color css

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

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

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

border-color css

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

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

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