Html Css Color HEX #CFC350 Confetti

📋 copy color: '#CFC350'

red 207 ◦ green 195 ◦ blue 80

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

Shades of Confetti #CFC350

Tints of Confetti #CFC350

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.46%

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

R = 42.95%
G = 40.46%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CFC350 (or 0xCFC350) is known color: Confetti. HEX triplet: CF, C3 and 50. RGB value is (207,195,80). Sum of RGB (Red+Green+Blue) = 207+195+80=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 195 (76.56% from 255 or 40.46% from 482); Blue value is 80 (31.64% from 255 or 16.60% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC350 is #303CAF. Grayscale: #B9B9B9. Windows color (decimal): -3161264 or 5293007. OLE color: 5293007.

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

Color convert

RGB 207 195 80 -
CMYK 0 0.06 0.61 0.19
HSL 54.33º 0.57% 0.56% -
HSV(B) 54.33º 0.61% 0.81% -
XYZ 46.7 52.87 15.33 -
YUV 185.48 68.48 143.35 -
System Red Green Blue C M Y K H S L
Decimal 207 195 80 0 0.06 0.61 0.19 54.33 0.57 0.56
Hex CF C3 50 0 6 3D 13 36 39 38
Octal 317 303 120 0 6 75 23 66 71 70
Binary 11001111 11000011 1010000 0 110 111101 10011 110110 111001 111000

Color Harmonies of #CFC350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC350

Black with #CFC350

Text Example


Text Example

White with #CFC350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC350; }

 p { color: rgb(207,195,80); }

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

background-color css

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

 a { background-color: rgb(207,195,80); }

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

border-color css

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

 span { border-color: rgb(207,195,80); }

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