Html Css Color HEX #CFC450 Confetti

📋 copy color: '#CFC450'

red 207 ◦ green 196 ◦ blue 80

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

Shades of Confetti #CFC450

Tints of Confetti #CFC450

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.58%

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

R = 42.86%
G = 40.58%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CFC450 (or 0xCFC450) is known color: Confetti. HEX triplet: CF, C4 and 50. RGB value is (207,196,80). Sum of RGB (Red+Green+Blue) = 207+196+80=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 80 (31.64% from 255 or 16.56% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC450 is #303BAF. Grayscale: #BABABA. Windows color (decimal): -3161008 or 5293263. OLE color: 5293263.

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

Color convert

RGB 207 196 80 -
CMYK 0 0.05 0.61 0.19
HSL 54.8º 0.57% 0.56% -
HSV(B) 54.8º 0.61% 0.81% -
XYZ 46.92 53.32 15.41 -
YUV 186.07 68.14 142.93 -
System Red Green Blue C M Y K H S L
Decimal 207 196 80 0 0.05 0.61 0.19 54.8 0.57 0.56
Hex CF C4 50 0 5 3D 13 37 39 38
Octal 317 304 120 0 5 75 23 67 71 70
Binary 11001111 11000100 1010000 0 101 111101 10011 110111 111001 111000

Color Harmonies of #CFC450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC450

Black with #CFC450

Text Example


Text Example

White with #CFC450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC450; }

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

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

background-color css

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

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

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

border-color css

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

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

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