Html Css Color HEX #CFC552 Confetti

📋 copy color: '#CFC552'

red 207 ◦ green 197 ◦ blue 82

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

Shades of Confetti #CFC552

Tints of Confetti #CFC552

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.53%

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

R = 42.59%
G = 40.53%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CFC552 (or 0xCFC552) is known color: Confetti. HEX triplet: CF, C5 and 52. RGB value is (207,197,82). Sum of RGB (Red+Green+Blue) = 207+197+82=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 82 (32.42% from 255 or 16.87% from 486); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC552 is #303AAD. Grayscale: #BBBBBB. Windows color (decimal): -3160750 or 5424591. OLE color: 5424591.

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

Color convert

RGB 207 197 82 -
CMYK 0 0.05 0.60 0.19
HSL 55.2º 0.57% 0.57% -
HSV(B) 55.2º 0.6% 0.81% -
XYZ 47.22 53.81 15.88 -
YUV 186.88 68.81 142.35 -
System Red Green Blue C M Y K H S L
Decimal 207 197 82 0 0.05 0.60 0.19 55.2 0.57 0.57
Hex CF C5 52 0 5 3C 13 37 39 39
Octal 317 305 122 0 5 74 23 67 71 71
Binary 11001111 11000101 1010010 0 101 111100 10011 110111 111001 111001

Color Harmonies of #CFC552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC552

Black with #CFC552

Text Example


Text Example

White with #CFC552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC552; }

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

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

background-color css

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

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

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

border-color css

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

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

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