Html Css Color HEX #CFCC52 Confetti

📋 copy color: '#CFCC52'

red 207 ◦ green 204 ◦ blue 82

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

Shades of Confetti #CFCC52

Tints of Confetti #CFCC52

RGB

 RED value IS 207 (81.25% from 255) = 41.99%

 GREEN value IS 204 (80.08% from 255) = 41.38%

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

R = 41.99%
G = 41.38%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CFCC52 (or 0xCFCC52) is known color: Confetti. HEX triplet: CF, CC and 52. RGB value is (207,204,82). Sum of RGB (Red+Green+Blue) = 207+204+82=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 204 (80.08% from 255 or 41.38% from 493); Blue value is 82 (32.42% from 255 or 16.63% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCC52 is #3033AD. Grayscale: #BFBFBF. Windows color (decimal): -3158958 or 5426383. OLE color: 5426383.

HSL color Cylindrical-coordinate representation of color #CFCC52: hue angle of 58.56º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFCC52 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 204 82 -
CMYK 0 0.01 0.60 0.19
HSL 58.56º 0.57% 0.57% -
HSV(B) 58.56º 0.6% 0.81% -
XYZ 48.85 57.06 16.42 -
YUV 190.99 66.49 139.42 -
System Red Green Blue C M Y K H S L
Decimal 207 204 82 0 0.01 0.60 0.19 58.56 0.57 0.57
Hex CF CC 52 0 1 3C 13 3B 39 39
Octal 317 314 122 0 1 74 23 73 71 71
Binary 11001111 11001100 1010010 0 1 111100 10011 111011 111001 111001

Color Harmonies of #CFCC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCC52

Black with #CFCC52

Text Example


Text Example

White with #CFCC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCC52; }

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

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

background-color css

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

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

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

border-color css

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

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

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