Html Css Color HEX #CCC951 Confetti

📋 copy color: '#CCC951'

red 204 ◦ green 201 ◦ blue 81

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

Shades of Confetti #CCC951

Tints of Confetti #CCC951

RGB

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

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

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

R = 41.98%
G = 41.36%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.60

 K value IS 0.2

RGB Variations

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

Color information

#CCC951 (or 0xCCC951) is known color: Confetti. HEX triplet: CC, C9 and 51. RGB value is (204,201,81). Sum of RGB (Red+Green+Blue) = 204+201+81=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 201 (78.91% from 255 or 41.36% from 486); Blue value is 81 (32.03% from 255 or 16.67% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC951 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC951 is #3336AE. Grayscale: #BCBCBC. Windows color (decimal): -3356335 or 5360076. OLE color: 5360076.

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

Color convert

RGB 204 201 81 -
CMYK 0 0.01 0.60 0.2
HSL 58.54º 0.55% 0.56% -
HSV(B) 58.54º 0.6% 0.8% -
XYZ 47.27 55.2 15.95 -
YUV 188.22 67.49 139.26 -
System Red Green Blue C M Y K H S L
Decimal 204 201 81 0 0.01 0.60 0.2 58.54 0.55 0.56
Hex CC C9 51 0 1 3C 14 3B 37 38
Octal 314 311 121 0 1 74 24 73 67 70
Binary 11001100 11001001 1010001 0 1 111100 10100 111011 110111 111000

Color Harmonies of #CCC951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC951

Black with #CCC951

Text Example


Text Example

White with #CCC951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC951; }

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

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

background-color css

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

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

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

border-color css

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

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

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