Html Css Color HEX #CCC752 Confetti

📋 copy color: '#CCC752'

red 204 ◦ green 199 ◦ blue 82

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

Shades of Confetti #CCC752

Tints of Confetti #CCC752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.91%

R = 42.06%
G = 41.03%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.60

 K value IS 0.2

RGB Variations

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

Color information

#CCC752 (or 0xCCC752) is known color: Confetti. HEX triplet: CC, C7 and 52. RGB value is (204,199,82). Sum of RGB (Red+Green+Blue) = 204+199+82=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 199 (78.12% from 255 or 41.03% from 485); Blue value is 82 (32.42% from 255 or 16.91% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC752 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC752 is #3338AD. Grayscale: #BBBBBB. Windows color (decimal): -3356846 or 5425100. OLE color: 5425100.

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

Color convert

RGB 204 199 82 -
CMYK 0 0.02 0.60 0.2
HSL 57.54º 0.54% 0.56% -
HSV(B) 57.54º 0.6% 0.8% -
XYZ 46.85 54.29 15.99 -
YUV 187.16 68.66 140.01 -
System Red Green Blue C M Y K H S L
Decimal 204 199 82 0 0.02 0.60 0.2 57.54 0.54 0.56
Hex CC C7 52 0 2 3C 14 3A 36 38
Octal 314 307 122 0 2 74 24 72 66 70
Binary 11001100 11000111 1010010 0 10 111100 10100 111010 110110 111000

Color Harmonies of #CCC752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC752

Black with #CCC752

Text Example


Text Example

White with #CCC752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC752; }

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

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

background-color css

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

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

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

border-color css

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

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

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